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

選択肢

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

正解

C: It requires continuous testing throughout the pipeline

解説

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

この試験の他の問題