Home › Software Testing › Software Testing › tools_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.
Related questions
In Scrum, the 'Definition of Done' (DoD) typically includesTest pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatBehaviour-driven development (BDD) tools commonly usePerformance testing in general is BROADER than load testing because it includesAccessibility testing primarily ensures thatPenetration testing is a form ofMutation testing measures the effectiveness of