Bird
Raised Fist0

How would you combine acceptance testing with exploratory testing to improve software quality?

hard🧠 Conceptual Q9 of Q15
Testing Fundamentals - Testing Types and Levels
How would you combine acceptance testing with exploratory testing to improve software quality?
AUse acceptance tests to verify requirements, then explore unexpected behaviors manually
BReplace acceptance tests with exploratory tests entirely
CRun exploratory tests only after all acceptance tests fail
DUse exploratory tests to write acceptance tests automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand roles of acceptance and exploratory testing

    Acceptance tests check known requirements; exploratory tests find unknown issues.
  2. Step 2: Identify best integration approach

    Use acceptance tests to verify requirements, then explore unexpected behaviors manually correctly combines both: verify requirements then explore for surprises.
  3. Final Answer:

    Use acceptance tests to verify requirements, then explore unexpected behaviors manually -> Option A
  4. Quick Check:

    Combine formal checks with manual exploration [OK]
Quick Trick: Acceptance tests confirm; exploratory tests discover [OK]
Common Mistakes:
MISTAKES
  • Thinking exploratory tests replace acceptance tests
  • Running exploratory tests only after failures
  • Expecting automated exploratory test generation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes