‎2009 Mar 30 9:38 AM
Hai ECATT experts,
I m new to ECATT.
Can anyone explains about ECATT and How to use ECATT.
Thanks®ards
Geetha K
‎2009 Apr 02 9:38 AM
Hai ECATT experts
I m new to ECATT.
Can anyone explains about ECATT and How to use ECATT.
Thanks®ards
Geetha K
Hi Geetha,
Please go through this link , this should help you.
Note: Please post your thread after you have read [Rules of Engagement|https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement|General guidelines] and FAQ's because this will answer most of your queries. This applies to all forums on SDN.
Thanks and Kind Regards
-
Mohan
‎2009 Apr 02 9:38 AM
Hai ECATT experts
I m new to ECATT.
Can anyone explains about ECATT and How to use ECATT.
Thanks®ards
Geetha K
Hi Geetha,
Please go through this link , this should help you.
Note: Please post your thread after you have read [Rules of Engagement|https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement|General guidelines] and FAQ's because this will answer most of your queries. This applies to all forums on SDN.
Thanks and Kind Regards
-
Mohan
‎2009 May 12 8:00 AM
eCATT stands for extended Computer Aided Test Tool (eCATT) which is built is testing tool to test SAP system. By using testing tool we can test the entire business process, and we can also use this tool with a third party testing tool (I am not covering this topic). Execution of every test script ends with a log, which explains the results of the test script.
By using eCATT we can do following operations,
u2022 Test transactions, reports, and scenarios
u2022 Call BAPIs and function modules
u2022 Test remote systems
u2022 Check authorizations (user profiles)
u2022 Test updates (database, applications, GUI)
u2022 Test the effect of changes to customizing settings
u2022 Check system messages
U can get more info at the following link:
http://help.sap.com/saphelp_erp2004/helpdata/en/2a/121e3bd711bb04e10000000a114084/frameset.htm];
‎2009 May 12 8:13 AM
Hi Geetha,
There are some tutorials for ecatt freshers in saptechnical.com. Also you can found some in sdn.
They will be helpful in understanding how to work with e-catts.
Thanks,
Jyothi
‎2009 May 19 6:35 AM
Hi Geetha,
Follow the below links
You will get a lot of idea about eCATT.
Regards,
Manish
‎2010 Aug 30 10:30 AM
Hai ECATT experts,
I want create an ecatt. This ecatt must create a sale order with transaction va01 and join to this a most Material Number.
For this I create two scripts. First scripts with tcd record and transaction va01 to create a sale order. A second script with tcd record and transaction va02 to create a material number.
I call this second script in a first script with REF.
My problem is: How to collect the sale order (order) of the first script and to inject it in the second script and to create my Materials Numbers?
Have you an example?
Thank you.
‎2010 Aug 30 10:44 AM
Hi,
You can export the Sales Order number from the first script and use this Sales Order as an importing variable in the second script. You can achieve this through defining it in the parameter list.
Regards,
Ananth.