Which of the following is NOT a principle of continuous integration?

Loading

โœช Choose the correct option.

Which of the following is NOT a principle of continuous integration?

A. Continuous integration helps to build changed software regularly, including testing and deploying, in an automated way.
B. Continuous integration allows new builds to be available frequently to testers and stakeholders.
C. Continuous integration helps to identify new integration defects early and makes the analysis of these defects easier.
D. Continuous integration ensures that testing of builds is done manually,

as this generates more reliable results than automated scripts.

Leave a Comment