It's all about the answers!

Ask a question

How to identify duplicate test cases in a test plan?


Manoj Kumar (111) | asked Mar 19 '12, 12:04 p.m.
For a test plan there are nearly 650 test cases and one of the test case is duplicated. How can i identify that particular test case that is duplicated.
Ofcourse both the test case have same name.

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Mar 20 '12, 6:47 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
If you know the name of the test case, open the test plan editor to the test case section and filter the test cases on the name and remove the unnecessary one. If you don't know the name of the test case, use the RQM Reportable REST API (http://jazz.net/wiki/bin/view/Main/RqmApi) to GET the test plan (requires the abbreviate=false request parameter) and manually search for the duplicate test case name. Once found, follow the first step.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.