Bird
0
0

A team wants to improve their testing strategy by combining 'risk-based' and 'exploratory' approaches. Which plan best describes this combined strategy?

hard📝 Application Q15 of 15
Testing Fundamentals - Testing Models and Approaches
A team wants to improve their testing strategy by combining 'risk-based' and 'exploratory' approaches. Which plan best describes this combined strategy?
AFocus only on automated tests for all features.
BTest critical areas based on risk, then explore unexpected issues interactively.
CTest features randomly without any priority.
DSkip testing low-risk features entirely.
Step-by-Step Solution
Solution:
  1. Step 1: Understand risk-based testing

    Risk-based testing targets critical or risky features first to reduce major failures.
  2. Step 2: Understand exploratory testing

    Exploratory testing involves testers exploring the software to find unexpected issues.
  3. Step 3: Combine both approaches logically

    The best plan tests high-risk areas first, then uses exploratory testing to find other problems.
  4. Final Answer:

    Test critical areas based on risk, then explore unexpected issues interactively. -> Option B
  5. Quick Check:

    Combine risk focus + exploration = A [OK]
Quick Trick: Combine risk focus with interactive exploration [OK]
Common Mistakes:
  • Ignoring exploratory testing benefits
  • Testing randomly without priority
  • Skipping low-risk features without checks

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes