Which of the following statements about the shift-left approach is FALSE?
Which of the following statements about the shift-left approach is FALSE?
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 .
Shift left is static testing approach
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.