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

Answer Options

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

Correct Answer

C: It requires continuous testing throughout the pipeline

Explanation

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

More Questions from This Exam