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

Các đáp án

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

Đáp án đúng

C: It requires continuous testing throughout the pipeline

Giải thích

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

Câu hỏi khác trong đề thi này