Bird
Raised Fist0

Despite adopting shift-left testing, a team notices no significant drop in production defects. What is the most probable reason?

hard🧠 Conceptual Q10 of Q15
Testing Fundamentals - Testing Models and Approaches
Despite adopting shift-left testing, a team notices no significant drop in production defects. What is the most probable reason?
ATests are created early but lack sufficient coverage or quality
BTesting is performed too early, preventing defect detection
CDevelopers are writing too many automated tests
DShift-left testing eliminates all defects, so this is unlikely
Step-by-Step Solution
Solution:
  1. Step 1: Understand shift-left testing goals

    Shift-left aims to find defects early, but effectiveness depends on test quality.
  2. Step 2: Analyze why defects persist

    If tests lack coverage or quality, defects remain undetected despite early testing.
  3. Final Answer:

    Tests are created early but lack sufficient coverage or quality -> Option A
  4. Quick Check:

    Early but poor tests fail to catch bugs [OK]
Quick Trick: Early tests must be thorough to reduce defects [OK]
Common Mistakes:
MISTAKES
  • Assuming early testing alone guarantees defect reduction
  • Believing too many tests cause more defects
  • Thinking shift-left testing removes all bugs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes