Bird
0
0

Consider this test execution report snippet:

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Test Documentation
Consider this test execution report snippet:
TestLogin: Passed
TestPayment: Failed
TestLogout: Passed

How many tests passed according to this report?
A1
B2
C3
D0
Step-by-Step Solution
Solution:
  1. Step 1: Count tests marked as Passed

    TestLogin and TestLogout are marked Passed, so 2 tests passed.
  2. Step 2: Confirm no other Passed tests

    TestPayment is Failed, so it does not count.
  3. Final Answer:

    2 -> Option B
  4. Quick Check:

    Passed tests count = 2 [OK]
Quick Trick: Count only 'Passed' labels in report [OK]
Common Mistakes:
  • Counting failed tests as passed
  • Misreading the report lines
  • Counting total tests instead of passed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes