BA-201 · Question #292
Business users at cloud kicks have just completed user acceptance testing for a Commence cloud implementation. The senior executives want to understand has successful testing was and have asked the bu
The correct answer is C. number of passed test cases divided by total number of test cases. Success rate measures the proportion of test cases that passed, expressed as: Success Rate = (Passed Test Cases) ÷ (Total Test Cases). For example, if 80 of 100 test cases passed, the success rate is 80%. Option A calculates the failure rate, not the success rate. Option B invert
Question
Business users at cloud kicks have just completed user acceptance testing for a Commence cloud implementation. The senior executives want to understand has successful testing was and have asked the business analyst to calculate the success rate. How is the success rate calculated?
Options
- ANumber of failed test cases divided by total number of test cases
- BTotal number of test cases divided by number of passed test cases
- Cnumber of passed test cases divided by total number of test cases
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C94% (32)
Explanation
Success rate measures the proportion of test cases that passed, expressed as: Success Rate = (Passed Test Cases) ÷ (Total Test Cases). For example, if 80 of 100 test cases passed, the success rate is 80%. Option A calculates the failure rate, not the success rate. Option B inverts the formula (total divided by passed), which produces a number greater than 1 and has no meaningful interpretation as a rate. Option C is the standard formula used in UAT reporting to communicate to executives how much of the tested functionality is working as expected.
Topics
Community Discussion
No community discussion yet for this question.