Intermediate
Software Testing & QA
Q46 / 100
What is "continuous integration" (CI) testing?
Correct! Well done.
Incorrect.
The correct answer is A) Running automated tests every time code is committed/merged, to catch integration issues early
A
Correct Answer
Running automated tests every time code is committed/merged, to catch integration issues early
Explanation
CI pipelines automatically build and test code on each change, providing fast feedback and catching integration problems before they accumulate.
Progress
46/100