Bird
0
0

Given this test execution report snippet:

medium📝 Predict Output Q4 of 15
Testing Fundamentals - Test Documentation
Given this test execution report snippet:
TestA: Passed
TestB: Failed
TestC: Passed

What is the total number of failed tests?
A0
B3
C1
D2
Step-by-Step Solution
Solution:
  1. Step 1: Count failed tests in the snippet

    Only TestB is marked as Failed.
  2. Step 2: Calculate total failed tests

    There is exactly one failed test.
  3. Final Answer:

    1 -> Option C
  4. Quick Check:

    Failed tests count = 1 [OK]
Quick Trick: Count 'Failed' entries to find failures [OK]
Common Mistakes:
  • Counting passed tests as failed
  • Misreading the report lines
  • Ignoring case sensitivity in results

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes