JohanS
4 years agoOccasional Contributor
How to find test cases that are retestable (i.e. all defects linked to it are resolved)
Is there any other way to find out which test cases are retestable (i.e. all defects linked to it are resolved) than to check test case by case if the linked issues have been resolved?
Hi Johan,
Sorry for the delayed reply, I've been on holiday. Here's another way to do this. It's not perfect because you can't define criteria to show only issues of a specific status but it's not too difficult to scroll through the list.
Go to Reports > Test Execution > Test execution results impacted by issues
Choose Custom Query
Under the Test execution criteria add the following:
- Has linked issues Is True
- Result Not in Pass (and then add any other non-relevant statuses, e.g. Not Applicable)
Hope it helps!
Andy