How to prepare a new Test Plan based on a list of Test Case Results with value "Failed"?
![]()
After running some Test Cases, I can create a query to get those with Test Case Results with value "Failed".
How can I create a Test Plan with those Test Cases associated, in RQM v4.0.1? |
Accepted answer
![]()
You can add Test cases to a Test Plan using saved queries, but the queries have to be based off Test cases, not Test results. There is currently no way to filter Test cases on failed status, so you won't be able to use a query to add Test Cases. There is a RFE requesting a similar feature -- https://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.viewWorkItem&id=69392
Manuel AlcarazGarcia -jazzDotNet- selected this answer as the correct answer
Comments Well, the case here is even different. We are having the relationship Test Plan (iteration 1) -> Test Suite -> Test Case -> TCER -> TCResult = Failed; and I would like to generate a new Test Suite in a Test Plan (iteration 2) with those TCR = Failed... but the WI is still waiting...
|