Bird
0
0

A tester runs sanity testing after a small bug fix but finds unrelated features failing. What is the likely cause?

medium📝 Debug Q14 of 15
Testing Fundamentals - Testing Types and Levels
A tester runs sanity testing after a small bug fix but finds unrelated features failing. What is the likely cause?
ASanity testing scope was too narrow, missing regression tests
BSmoke testing was done incorrectly
CThe bug fix introduced new unrelated bugs
DPerformance testing was skipped
Step-by-Step Solution
Solution:
  1. Step 1: Understand sanity testing scope

    Sanity testing focuses on verifying specific fixes or features, not the entire application.
  2. Step 2: Analyze failure of unrelated features

    If unrelated features fail, it means sanity testing missed broader checks. Full regression testing is needed to catch such issues.
  3. Final Answer:

    Sanity testing scope was too narrow, missing regression tests -> Option A
  4. Quick Check:

    Unrelated failures after sanity test? Need regression [OK]
Quick Trick: Sanity test checks fixes only; unrelated fails need regression [OK]
Common Mistakes:
  • Blaming smoke testing for unrelated failures
  • Assuming bug fix always causes unrelated failures
  • Ignoring need for regression testing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes