Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to test the data

Former Member
0 Kudos

Hi,,

The below test data is for SD report which do the monthly batch transfer from Annexure to F-form

Can you please help me how to test the data? and prepare the unit test case.

1. Intra-plant movement of inventory between two plants with the same region Code - In India there are two plants in the state of Maharashtra.

Plant 8600 (Vendor 10999346) -> Plant 8601 - MM# 1003623 / 1013515 / 5214135 / 8788143

NB PO# 6500002231 / ZU PO 4600000500

2. Intra-plant movement of inventory from Plant 8650 - Goa to one Depot Plant

Plant 8613 (Vendor 10999359) -> Plant 8618 - MM# 1003623 / 1013515 / 5214135 / 8788143

NB PO# 6500002232 / ZU PO 4600000501

3. Intra-plant movement of inventory between two Parts plants.

Plant 8650 (Vendor 10999344) -> Plant 8601 - MM# 4908281 / 4908323 / 4908968 / 4922001

NB PO# 6500002233 / ZU PO 4600000502

1 REPLY 1

Former Member
0 Kudos

Please go thorugh this ...

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,

· Test transactions, reports, and scenarios

· Call BAPIs and function modules

· Test remote systems

· Check authorizations (user profiles)

· Test updates (database, applications, GUI)

· Test the effect of changes to customizing settings

· Check system messages

For more information go to: eCATT::Extended Computer Aided Test Tool (sdn.com)

Here I am discussing fundamentals about eCATT in detail. You can find very good documentation in sdn.com.

To develop a test script in eCATT we need to follow the following steps,

1. Creating Test Scripts.
2. Creating Test Data Containers[16] .
3. Understanding System Data Containers[17] .
4. Executing Test Configurations.

There is a very good web blog on eCATT in sdn.com which explains eCATT with necessary screen shots. To read document click here Blog on eCATT in sdn.com

For details and the screenshots please see the link

http://www.erpgenie.com/sap/ecatt/

Reward points if it is usefull ...

Girish