Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

 eCATT : Extended Computer Aided Test Tool


Creation of Test Data Container .

In my last weblog we were discussing creation of Test Case for Sales Order Scenario .
The first step for Creation of Test Case i.e. creation of Test script was covered in the previous weblog . In this weblog we will continue the flow and cover Creation of  “ Test Data Container” and “System data Container “ for the Test Scenario .

Transaction ‘SECATT’. : Creating Test Data Container






Now Create Variants for the Test Case .



The Script will be Tested with these 3 variants . These Variants define the different set of values with which the Scenario will be tested . In the above case the Sales Order Creation will be tested for different set of Sales Area Data ( different distribution channels in namely: 10 12 & 16 )

After creation of Test Data Container , In the test script the parameters are assigned to the Input values/Output Values .

Parameterizing Input Fields :
You must set the field mode to ‘S’, and enter a literal or the name of a parameter in the VALIN column. At runtime, the screen field will be filled with the value that you specified.


Parameterizing Output Fields :
You must set the field mode to ‘G’, and enter the name of a parameter in the VALIN column. At runtime, the parameter will be filled with the value from the screen field.


Now Creation of System data Container :

Transaction ‘SECATT’.

Since we are not Doing Remote Testing .Therefore Test System is “NONE
(In Case of Remote Testing RFC destination has to be created in SM59 and should be specified under “RFC Destination Tab”)

In the next weblog Creation of  “Test Configuration” and Execution of the Test Case will be covered thus completing the Test Case for Sales Order Scenario.
 

2 Comments