Bird
Raised Fist0

In the context of shift-left testing, which practice is most effective to integrate testing earlier in the development process?

easy🧠 Conceptual Q2 of Q15
Testing Fundamentals - Testing Models and Approaches
In the context of shift-left testing, which practice is most effective to integrate testing earlier in the development process?
AConducting manual exploratory testing only at release
BPerforming system testing after the entire application is built
CWaiting for QA team to test after coding is complete
DWriting unit tests alongside code development
Step-by-Step Solution
Solution:
  1. Step 1: Identify shift-left testing practices

    Shift-left testing encourages integrating testing early, such as during coding.
  2. Step 2: Evaluate options

    Writing unit tests alongside code ensures early defect detection, aligning with shift-left.
  3. Final Answer:

    Writing unit tests alongside code development -> Option D
  4. Quick Check:

    Unit tests early = shift-left [OK]
Quick Trick: Unit tests early support shift-left [OK]
Common Mistakes:
MISTAKES
  • Assuming testing only after full build is shift-left
  • Confusing manual testing at release with shift-left
  • Believing QA testing after coding is shift-left

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes