I have three levels of requirements (Top level requirement, traced to next level, traced to next level of requirement).
Requirements at the bottom level are covered by test cases
I need to report at the top requirements level how testing is doing (how many test cases have been written to cover all child requirements, how many passed, how many failed, etc)
There does not seem to be an easy way of doing this. Any ideas/suggestions?
Here is what I am planning to do:
- Pull all requirements with certain type (top level reqs) in Excel along with Reqs these are Traced To (2 columns)
- Write OTA script to scan all "Traced To" reqs and see if these have been Traced To any reqs any further. If yes, create a seperate spreadsheet with 3 columns (Top Level Req, Traced To, Further Traced To)
- Write OTA script to pull all test cases and execution status of all those test cases that have been linked to the last (Traced To column) at the lowest Req level
Geez ... why QC does not support this OO the Box :-)