Summary report for the test suite execution
After executing all test cases & re-running the failed test cases, I want to see the test cases summary.
How can I get this??
For Example:
==========
In the 1st run made I see the following
Pass -3
Fail -2
In the 2nd run made I see the following
Only failed test cases selected for execution and Pass – 1, Fail – 1
Overall I want to see something like the below within Summary report for the test suite:
Pass – 4
Fail – 1
How can I achieve this?
How can I get this??
For Example:
==========
In the 1st run made I see the following
Pass -3
Fail -2
In the 2nd run made I see the following
Only failed test cases selected for execution and Pass – 1, Fail – 1
Overall I want to see something like the below within Summary report for the test suite:
Pass – 4
Fail – 1
How can I achieve this?
One answer
Hi Rajesh
The Test suite execution report always points to an specific execution. The fact that some of the testcases were not executed in a specific execution would reflect in the report. There is no option to rerun existing Test suite report to add more testcase results. Please submit a request for enhancment
The Test suite execution report always points to an specific execution. The fact that some of the testcases were not executed in a specific execution would reflect in the report. There is no option to rerun existing Test suite report to add more testcase results. Please submit a request for enhancment