‎2009 Mar 10 6:16 PM
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
‎2009 Mar 13 4:34 AM
>
> 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.
‎2009 Mar 11 12:49 PM
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
‎2009 Mar 13 4:34 AM
>
> 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.