In what way is CI/CD an example of the concept of shift-left?

Opções de Resposta

A.It gets the code to production faster
B.It allows the developers to continuously integrate their code
C.It requires continuous testing throughout the pipeline
D.It elevates the testers as the owners of quality

Resposta Correta

C: It requires continuous testing throughout the pipeline

Explicação

C is correct. CI/CD requires continuous testing, including test automation, to be implemented for the entire pipeline. This starts testing as early as possible and shifts it to the left in the timeline. A is not correct as this is not a shift-left concept. B is true of CI/CD implementations but does not shift-left the testing. D is not correct because in a good CI/CD implementation, everyone owns quality. performing reviews

Mais Questões desta Prova