How can I find Duplicate Test Cases in RQM
How can I find Duplicate Test Cases in RQM
I am having about 9000 (Nine Thousand) Test Cases Connected to a Single Plan .
Is there any Utility available / or can any one help me on this to find the duplicate
Getting all the testcases using REST API ( like ........IntegrationService/resources/<RQM Project Name>+(Quality+Management)/testcase ) in Browser and then finding the duplicate manually is humanly impossible from 9000 test cases.
I will really appreciate a working solution on this.
Thanks & Regards
PKC
Prasanta Kumar Chaudhuri
I am having about 9000 (Nine Thousand) Test Cases Connected to a Single Plan .
Is there any Utility available / or can any one help me on this to find the duplicate
Getting all the testcases using REST API ( like ........IntegrationService/resources/<RQM Project Name>+(Quality+Management)/testcase ) in Browser and then finding the duplicate manually is humanly impossible from 9000 test cases.
I will really appreciate a working solution on this.
Thanks & Regards
PKC
Prasanta Kumar Chaudhuri
Accepted answer
Quick solution can be to export the testcases as csv file.
You can write your own script to analyze the text file or using excel.
Before exporting adapt the "change column setting" so that only the columns are shown which are relevant. (may be you want to ignore e.g. the state column)
Kind regards, joerg
You can write your own script to analyze the text file or using excel.
Before exporting adapt the "change column setting" so that only the columns are shown which are relevant. (may be you want to ignore e.g. the state column)
Kind regards, joerg
3 other answers
Hi Jorg, Subramanya
Thanks for your reply . There is One Option in Excel "Conditional Formatting " in the Home Page . I have used that to find the Duplicate . I was going to Data tab in Excel where I was finding only the "Remove Duplicate" .
Appreciate your Help.
But if you know how get / find the duplicate of the test cases programmatically , it will be really helpful.
Regards
PKC
Prasanta Kumar Chaudhuri
Thanks for your reply . There is One Option in Excel "Conditional Formatting " in the Home Page . I have used that to find the Duplicate . I was going to Data tab in Excel where I was finding only the "Remove Duplicate" .
Appreciate your Help.
But if you know how get / find the duplicate of the test cases programmatically , it will be really helpful.
Regards
PKC
Prasanta Kumar Chaudhuri