In what way is CI/CD an example of the concept of shift-left?
Answer Options
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