Bird
0
0

Review this test plan excerpt:

medium📝 Debug Q6 of 15
Testing Fundamentals - Test Documentation
Review this test plan excerpt:
Test Scope: Includes user registration and checkout modules
Excludes payment gateway module

What is the primary issue with this scope definition?
AIncluding user registration is irrelevant to the test plan
BThe exclusion of the payment gateway module may cause incomplete testing of checkout
CTest Scope should not list included modules
DExcluding modules is not allowed in a test plan
Step-by-Step Solution
Solution:
  1. Step 1: Analyze Included and Excluded Modules

    The scope includes checkout but excludes payment gateway, which is part of checkout.
  2. Step 2: Identify Impact

    Excluding payment gateway means checkout testing is incomplete or inconsistent.
  3. Final Answer:

    The exclusion of the payment gateway module may cause incomplete testing of checkout -> Option B
  4. Quick Check:

    Checkout depends on payment gateway, so excluding it is problematic [OK]
Quick Trick: Included and excluded modules must align logically [OK]
Common Mistakes:
  • Ignoring dependencies between included and excluded modules
  • Assuming exclusions are always acceptable
  • Confusing scope with test cases

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes