Test Case Execution Status by Test Suite
I am looking to get a simple report, screen or anything else that just gives the following information: Test Case Execution Status (Count) grouped by Test Suite (not TSER). Is this possible
I just want it to be similar to as follows:
I just want it to be similar to as follows:
Test Suite | Status | Number of TCs |
|
|
|
|
TS1 | Passed | 55 |
|
|
|
|
|
Failed | 3 |
|
|
|
|
|
Blocked | 1 |
|
|
|
|
TS2 | Passed | 37 |
|
|
|
|
|
Failed | 4 |
|
|
|
|
|
Blocked | 0 |
|
|
|
|
TS3 | Passed | 19 |
|
|
|
|
|
Failed | 0 |
|
|
|
|
|
Blocked | 1 |
|
|
|
|
One answer
Hi Vincent,
If you want to generate a report linking Test Suites and their corresponding TCER's, you could use RRDI. The Test Suite Area would be your starting point and from there you can join the related Test Cases and Test Case Execution Records. The BIRT report closest to what you want would be the "Execution Status by Test Suite using TSER Count (Live)" report, but that one links the TSER's not the results per Test Case.
Thanks,
Clara
If you want to generate a report linking Test Suites and their corresponding TCER's, you could use RRDI. The Test Suite Area would be your starting point and from there you can join the related Test Cases and Test Case Execution Records. The BIRT report closest to what you want would be the "Execution Status by Test Suite using TSER Count (Live)" report, but that one links the TSER's not the results per Test Case.
Thanks,
Clara