Bird
Raised Fist0

A test strategy document is missing the section on entry and exit criteria. What problem might this cause?

medium📝 Debug Q14 of Q15
Testing Fundamentals - Test Documentation
A test strategy document is missing the section on entry and exit criteria. What problem might this cause?
AThe software code will have syntax errors
BTest cases will be automatically generated incorrectly
CTesters may not know when to start or stop testing
DDevelopers will not write any code
Step-by-Step Solution
Solution:
  1. Step 1: Understand entry and exit criteria purpose

    These criteria define when testing phases begin and end to ensure proper coverage.
  2. Step 2: Identify impact of missing criteria

    Without them, testers lack clear signals to start or stop testing, causing confusion or incomplete testing.
  3. Final Answer:

    Testers may not know when to start or stop testing -> Option C
  4. Quick Check:

    Entry/exit criteria = testing start/stop rules [OK]
Quick Trick: Entry/exit criteria tell testers when to begin/end [OK]
Common Mistakes:
MISTAKES
  • Confusing criteria with code errors
  • Assuming automatic test case generation
  • Blaming developers for testing issues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes