Bird
Raised Fist0

Given the test plan snippet:

medium📝 Predict Output Q13 of Q15
Testing Fundamentals - Test Documentation
Given the test plan snippet:
Section: Test Scope
Includes: Login module, Payment module
Excludes: User profile module

What does this tell you about testing?
AOnly Login and Payment modules will be tested
BAll modules including User profile will be tested
CUser profile module is the main focus
DNo modules will be tested
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'Includes' and 'Excludes' in scope

    Includes means what will be tested; excludes means what will not be tested.
  2. Step 2: Apply to given modules

    Login and Payment modules are included, so they will be tested; User profile is excluded, so it won't be tested.
  3. Final Answer:

    Only Login and Payment modules will be tested -> Option A
  4. Quick Check:

    Scope includes = tested modules [OK]
Quick Trick: Includes = test these; Excludes = skip these [OK]
Common Mistakes:
MISTAKES
  • Assuming excluded modules are tested
  • Ignoring the scope section
  • Confusing includes and excludes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes