Bird
Raised Fist0

In a test execution report with 200 tests: 180 passed, 10 failed, and 10 skipped, how should skipped tests be represented to ensure clarity?

hard🚀 Application Q8 of Q15
Testing Fundamentals - Test Documentation
In a test execution report with 200 tests: 180 passed, 10 failed, and 10 skipped, how should skipped tests be represented to ensure clarity?
AList skipped tests separately with reasons for skipping
BInclude skipped tests as passed to simplify the report
CExclude skipped tests from the report entirely
DMark skipped tests as failed to highlight issues
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of skipped tests

    Skipped tests are tests not executed due to various reasons and should be clearly identified.
  2. Step 2: Evaluate options

    List skipped tests separately with reasons for skipping suggests listing skipped tests separately with reasons, which provides clarity and transparency.
  3. Step 3: Analyze other options

    Include skipped tests as passed to simplify the report misrepresents skipped tests as passed, which is misleading.
  4. Step 4: Exclude skipped tests from the report entirely excludes skipped tests, losing important information.

  5. Step 5: Mark skipped tests as failed to highlight issues marks skipped as failed, which is incorrect and confusing.

  6. Final Answer:

    A -> Option A
  7. Quick Check:

    Always document skipped tests with reasons [OK]
Quick Trick: Always separate skipped tests with explanations [OK]
Common Mistakes:
MISTAKES
  • Counting skipped tests as passed
  • Omitting skipped tests from reports
  • Mislabeling skipped tests as failures

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes