Bird
0
0

A test execution report shows:

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Test Documentation
A test execution report shows:
TestX: Passed (5s)
TestY: Failed (3s)
TestZ: Passed (2s)

What is the total execution time for all tests?
A15 seconds
B5 seconds
C3 seconds
D10 seconds
Step-by-Step Solution
Solution:
  1. Step 1: Add execution times from the report

    5s + 3s + 2s = 10 seconds total.
  2. Step 2: Confirm total time

    The sum is 10 seconds for all tests combined.
  3. Final Answer:

    10 seconds -> Option D
  4. Quick Check:

    Total execution time = 10 seconds [OK]
Quick Trick: Sum all individual test times for total [OK]
Common Mistakes:
  • Adding only passed test times
  • Ignoring failed test times
  • Misreading numbers as minutes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes