RRDI/Insight Reporting with defects
I'm trying to create a report in Insight which gives me a full view of a test suite and it's current status. This includes providing a view of the corresponding work items from RTC that are linked to the test suite/test case. I'd like it to look something like the below:
Test Suite |
Last Test Suite Status |
Test Case |
Test Case Status |
Defect |
Defect status |
Suite 1 |
Failed |
Case 1 |
Passed |
123 |
Closed |
|
|
Case 2 |
Passed |
|
|
|
|
Case 3 |
Failed |
345 |
Active |
|
|
Case 3 |
Failed |
455 |
Active |
Suite 2 |
Failed |
Case 5 |
Passed |
|
|
|
|
Case6 |
Passed |
|
|
|
|
Case 7 |
Failed |
4948 |
Ready to Test |