Bird
0
0

How can exploratory testing be combined with automated testing to improve overall test coverage?

hard📝 Application Q9 of 15
Testing Fundamentals - Functional Testing Techniques
How can exploratory testing be combined with automated testing to improve overall test coverage?
AUse automation for repetitive checks and exploratory testing for new or complex scenarios
BReplace all exploratory tests with automation scripts
CRun exploratory tests only after automation fails
DAvoid automation to keep exploratory testing pure
Step-by-Step Solution
Solution:
  1. Step 1: Understand strengths of automation and exploratory testing

    Automation is good for repetitive tasks; exploratory testing finds unexpected issues.
  2. Step 2: Identify best combination approach

    Use automation for repetitive checks and exploratory testing for new or complex scenarios correctly uses automation for routine checks and exploratory for complex cases.
  3. Final Answer:

    Use automation for repetitive checks and exploratory testing for new or complex scenarios -> Option A
  4. Quick Check:

    Combine automation + exploratory for best coverage [OK]
Quick Trick: Automate routine, explore complex scenarios [OK]
Common Mistakes:
  • Replacing exploratory with automation fully
  • Running exploratory only after automation fails
  • Avoiding automation completely

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes