Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › Continuous integration (CI) primarily means

Continuous integration (CI) primarily means

AFrequent merging and automated build with tests
BReleasing new features to production daily
CContinuous user feedback by call centres
DContinuous monitoring of cloud bills
Answer & Solution
Correct answer: A. Frequent merging and automated build with tests
CI = developers merge code frequently (ideally daily); each merge triggers automated build, test, and quality checks. Continuous delivery (CD) extends this to deployable artefacts; continuous deployment further automates release.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions