01-07-2013 06:52 AM
Hi All,
I am developing a sequence with many steps of Pass/Fail tests and I would like to modify/simplify the report so the user could see the percentage
of successful tests out of the overall executed tests, after the sequence ends.
In addition, I would like the report to be displayed in Excel file.
I don't have much experience in TS and I don't know where to start.
Any ideas?
Many thanks,
Levi S
Solved! Go to Solution.
01-07-2013 11:43 PM
I am attaching a simple sequence which will display pass fail statistics in the report.
I am using additional results to report pass and fail.You can modify it further to give yield if required.
Please note that the steps to calculate the pass and fail have results recording disabled.
All the results are loaded in locals.result list and the sequence parses this variable to determine the pass \ fail.
Few useful links for the report customisation ( excel)
Hope this helps.
01-11-2013 05:13 AM
Thank you!
The Fail-pass-statistics is now working but I am still struggling with automatically exporting the report to Excel.