Test Pass / Failure Rate
Percentage
Measures the percentage of tests that pass during the development process. A high failure rate can indicate issues with the code or the tests themselves.
Formula
(Number of Passed Tests / Total Tests Conducted) * 100
Example
If 90 out of 100 tests pass, the pass rate is (90/100)*100 = 90%.