How to find which testcases don't have any TERs
Hi,
Is there a way to find out what all test cases don't have any TERs associated with them.
We have >500 testcases and will be executing those in different iterations. But at the end of the project cycle we would like to see if all the test cases have been executed atleast once.
One way we think is to find out if there are any test cases which don't have any TER associated with them. That will tell us that those test cases have not been executed. But don't how to fetch this information in RQM.
If you know any other way to figure out the desired information, that would be helpful as well.
Thanks,
Is there a way to find out what all test cases don't have any TERs associated with them.
We have >500 testcases and will be executing those in different iterations. But at the end of the project cycle we would like to see if all the test cases have been executed atleast once.
One way we think is to find out if there are any test cases which don't have any TER associated with them. That will tell us that those test cases have not been executed. But don't how to fetch this information in RQM.
If you know any other way to figure out the desired information, that would be helpful as well.
Thanks,
7 answers
I'm pretty sure you can create such a list with RPE. Once I created a report which shows testcases without scripts. All these kind of easy-useful listings are able with RPE.
Thanks for the reply. I don't get what exactly you mean by RPE. I tried all the standard reports but there is no one which links test cases to TERs.
I solved the problem by creating a custom report using RTC Client and BIRT plugin.
I'll try to get my report into the wiki and post the link here.
Hi, Can you plz share the link of the BIRT report which you have created. I am exploring on creating the BIRT report for RQM using RTC client and BIRT plugin. Your report will help me understanding the design.
Thanks in advance