Bird
0
0

Consider this code snippet representing a testing timeline:

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Testing Models and Approaches
Consider this code snippet representing a testing timeline:
Development Start -> Code Review -> Unit Testing -> Integration Testing -> Release

Which step best represents the shift-left testing approach?
AUnit Testing
BRelease
CCode Review
DIntegration Testing
Step-by-Step Solution
Solution:
  1. Step 1: Understand shift-left means testing early

    Shift-left moves testing activities closer to development start.
  2. Step 2: Identify earliest testing-related step

    Unit Testing is the earliest formal testing phase after code review, which is a review step but not a testing activity.
  3. Final Answer:

    Unit Testing -> Option A
  4. Quick Check:

    Shift-left = Early testing phases like unit testing [OK]
Quick Trick: Shift-left means test as early as possible [OK]
Common Mistakes:
  • Choosing testing steps that happen later
  • Confusing release with testing
  • Ignoring code review as testing support

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes