Bird
0
0

You have a test execution report with 10 tests: 7 passed, 2 failed, and 1 skipped. How should this report be presented to best help the development team?

hard📝 Application Q15 of 15
Testing Fundamentals - Test Documentation
You have a test execution report with 10 tests: 7 passed, 2 failed, and 1 skipped. How should this report be presented to best help the development team?
AList all tests with status, highlight failed tests, and include error details
BShow only passed tests to keep the report short
CExclude skipped tests and failed tests from the report
DReport only the total number of tests run without details
Step-by-Step Solution
Solution:
  1. Step 1: Identify useful report content

    Listing all tests with their status helps the team see the full picture.
  2. Step 2: Emphasize failed tests and errors

    Highlighting failures and showing error details helps developers fix issues quickly.
  3. Final Answer:

    List all tests with status, highlight failed tests, and include error details -> Option A
  4. Quick Check:

    Complete, clear report = best for fixing bugs [OK]
Quick Trick: Show all results, focus on failures with details [OK]
Common Mistakes:
  • Hiding failed or skipped tests
  • Giving only totals without details
  • Ignoring error messages

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes