Bird
0
0

A test execution report shows:

medium📝 Debug Q7 of 15
Testing Fundamentals - Test Documentation
A test execution report shows:
TestLogin: Passed
TestUpload: Failed
TestDownload: Passed

However, the tester insists TestUpload passed. What is the most probable explanation?
AThe report was not updated after re-testing
BTestUpload was never executed
CTestUpload result was intentionally hidden
DTestUpload is not part of the test suite
Step-by-Step Solution
Solution:
  1. Step 1: Understand the discrepancy

    The report shows TestUpload as failed, but the tester claims it passed.
  2. Step 2: Consider report update process

    Often, reports are generated after test runs and may not reflect re-tests unless updated.
  3. Step 3: Evaluate options

    The report was not updated after re-testing suggests the report was not updated after re-testing, which explains the mismatch.
  4. Step 4: Other options

    TestUpload was never executed is unlikely since the test result is shown; TestUpload result was intentionally hidden is unethical and unlikely; TestUpload is not part of the test suite contradicts the presence of the test in the report.
  5. Final Answer:

    A -> Option A
  6. Quick Check:

    Check if reports are refreshed after re-tests [OK]
Quick Trick: Mismatch usually means report not refreshed after re-test [OK]
Common Mistakes:
  • Assuming test was not executed if result differs
  • Thinking test results are hidden intentionally
  • Ignoring report update cycles

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes