Reusability Report

QMetry allows you to associate one test case with multiple stories or associate one test case with same stories multiple times. The instance of reusing test assets promotes effective test asset management. The Reusability Report gives insights into reusability of test assets.


The report displays what percentage of your test cases are linked multiple times with different stories versus test cases which are not linked with stories. You can also drill down to the associated stories.


The report gives overall picture of utilization of test cases and segregated test cases which are not reused. For ease of comprehension, it also decodes the quality of your test case reusability ratio.

Select Project you want to generate and view the Reusability Report of.



The pie chart at right displays the count and percentage of Test Cases Linked in Stories and Test Cases Not Linked in Stories.

The scale at left displays the grade of test case reusability - Low, Good, Very Good.

Formula for calculating percent =

Math.round(((Total References - Total Created Test case)/Total References)*100)

If the test case reusability has improved than what was earlier, then the Faster Rate is also displayed based on the formula. 


Formula for calculating Faster Rate =

Math.round(Total References/Total Created Test case)


Test Cases Linked with Stories

The Test Case Used section displays list of test cases with the reusability count of respective test case. The count is clickable and clicking on it opens the list of stories to which the test case has been associated. You can export the list by clicking on the Export button just above the grid.



Test Cases Not Linked with Stories

The section lists out test cases which are not linked to any stories yet.