CompTIA Security+ (SY0-601) — Question 407
Developers are writing code and merging it into shared repositories several times a day, where it is tested automatically. Which of the following concepts does this best represent?
Answer options
- A. Functional testing
- B. Stored procedures
- C. Elasticity
- D. Continuous integration
Correct answer: D
Explanation
The correct answer, Continuous integration, is the practice of automatically testing and merging code changes frequently to ensure code quality and reduce integration issues. Functional testing, stored procedures, and elasticity do not specifically address the continuous process of code integration and testing as described in the question.