CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 37


Which of the following statements about the shift-left approach is FALSE?

Show Answer
Correct Answer:

Discussion

3 comments
Sign in to comment
bfb7c7dOption: D
Jan 24, 2025

Answer is D The shift-left approach is about starting testing earlier in the software development lifecycle, moving testing "left" in the process timeline. While test automation is helpful, it is not the only way to implement the shift-left approach. Previous Given Answer was D and that was right .

sounak1986Option: D
Feb 7, 2025

Shift left is static testing approach

JihedsOption: A
Mar 25, 2025

L'approche shift-left vise à anticiper les tests tôt dans le cycle de développement (dès la phase de conception ou d'exigences), mais ne dépend pas exclusivement de l'automatisation. Des activités manuelles comme les revues de code, les ateliers de spécification ou les tests exploratoires précoces font aussi partie du shift-left. Exemple : Un testeur qui participe à la rédaction des User Stories en Agile applique le shift-left sans automatisation.