Test Case Success Rate

The system calculates test case success rate based on execution history. The success rate provides QA teams with a quantitative measure of the reliability and effectiveness of the test cases. It is a crucial score for measuring test case execution performance,

A high success rate indicates a robust and dependable test case. On the other hand, a low success rate highlights potential issues or areas of improvement, signaling the need for further investigation and refinement.

Formula to Calculate Success Rate

The system calculates Success Rate of a test case based on the pass rate of the test case. It helps the QA team determine the effectiveness of the test case and facilitates test planning.

Success Rate = (Number of times the test case version got passed/TotalNumber of times the test case version got executed) * 100

The Status definition for Passed and Failed is defined by the admin on the configuration screen.

Display of Success Rate

The following table interprets the success ratio in accordance with the display of the derived success rate calculation and color code.

Success Rate Range

Success Ratio

Between 81 to 100 %

High

Between 51 to 80 %

Medium

Between 0-50 %

Low

Publication date: