Bird
0
0

Consider this timeline of testing activities:

medium📝 Predict Output Q4 of 15
Testing Fundamentals - Testing Models and Approaches
Consider this timeline of testing activities:
Requirements -> Design -> Coding -> Unit Test -> Integration Test -> System Test
Which testing activity is shifted left in a shift-left approach?
ASystem Test
BProduction Monitoring
CUnit Test
DUser Acceptance Test
Step-by-Step Solution
Solution:
  1. Step 1: Identify testing phases in timeline

    Unit test happens early, system test and acceptance test happen later.
  2. Step 2: Determine which test shifts left

    Shift-left means moving testing earlier, so unit test is the correct choice.
  3. Final Answer:

    Unit Test -> Option C
  4. Quick Check:

    Shift-left test = Unit Test early in cycle [OK]
Quick Trick: Unit tests are the earliest tests shifted left [OK]
Common Mistakes:
  • Choosing system test which is late
  • Confusing acceptance test with early testing
  • Ignoring unit tests importance

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes