Application Development and Automation 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: 
Read only

Uploading file to Test Script

former_member188001
Active Participant
0 Likes
477

Hello all,

I am very new to SECATT. I just got a requirement that I have to upload a file with Order no and Item number.

For each of this combination, i have to go to the the transaction change order screen and make some change. Then have to Save the order.

In the end, I have to give out a report with OrderNum, ItemNum, Old Value,New Value, Success/Failure. Also I have to give out Total Records , Total Success and Total Failure.

Please tell me, if this is possible using SECATT ? If yes, can some one give me the steps to achieve this.

Thanks for all your help.

Regards,

Salil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

>

> Hello all,

>

> I am very new to SECATT. I just got a requirement that I have to upload a file with Order no and Item number.

>

> For each of this combination, i have to go to the the transaction change order screen and make some change. Then have to Save the order.

>

> In the end, I have to give out a report with OrderNum, ItemNum, Old Value,New Value, Success/Failure. Also I have to give out Total Records , Total Success and Total Failure.

>

>

> Please tell me, if this is possible using SECATT ? If yes, can some one give me the steps to achieve this.

>

> Thanks for all your help.

>

> Regards,

> Salil

Hi Salil,

1)You can upload the input file through test configuration.

2)For getting the results,you make use of t-code STWB_2.(test plan).

You will get the statistics of how many passed/failed .

You can also get the count from the log for the script.

Please let me know if you have further queries.

Hope this info helps.

Regards,

SSN.

2 REPLIES 2
Read only

venkatesh_sakthivel
Active Participant
0 Likes
415

Hi,

Yes it is possible..

You can capture this values by decalring variants in your test configurations and finally you can export those values into a text files.

Regards,

Venky

Read only

Former Member
0 Likes
416

>

> Hello all,

>

> I am very new to SECATT. I just got a requirement that I have to upload a file with Order no and Item number.

>

> For each of this combination, i have to go to the the transaction change order screen and make some change. Then have to Save the order.

>

> In the end, I have to give out a report with OrderNum, ItemNum, Old Value,New Value, Success/Failure. Also I have to give out Total Records , Total Success and Total Failure.

>

>

> Please tell me, if this is possible using SECATT ? If yes, can some one give me the steps to achieve this.

>

> Thanks for all your help.

>

> Regards,

> Salil

Hi Salil,

1)You can upload the input file through test configuration.

2)For getting the results,you make use of t-code STWB_2.(test plan).

You will get the statistics of how many passed/failed .

You can also get the count from the log for the script.

Please let me know if you have further queries.

Hope this info helps.

Regards,

SSN.