Bird
0
0

A tester uses a checklist to cover all UI buttons in an app. If the checklist has 10 buttons and the tester tests 7, what is the coverage percentage?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Functional Testing Techniques
A tester uses a checklist to cover all UI buttons in an app. If the checklist has 10 buttons and the tester tests 7, what is the coverage percentage?
A100%
B30%
C70%
D50%
Step-by-Step Solution
Solution:
  1. Step 1: Identify total and tested buttons

    Total buttons = 10, tested = 7.
  2. Step 2: Calculate coverage percentage

    Coverage = (7 / 10) * 100 = 70%
  3. Final Answer:

    70% -> Option C
  4. Quick Check:

    Coverage = (tested/total)*100 = 70% [OK]
Quick Trick: Coverage = tested items divided by total items [OK]
Common Mistakes:
  • Confusing tested and untested counts
  • Calculating 30% instead of 70%
  • Assuming coverage is always 100%

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes