The following statement describes a specific concept. What is it called? a practice of frequently merging code changes into a shared repository with automated builds and tests.
- A. Agile methodology
- B. Scrum
- C. Requirement analysis
- D. Continuous Integration (CI) ✓
Correct answer
D. Continuous Integration (CI)
Explanation
Continuous Integration (CI) refers to a practice of frequently merging code changes into a shared repository with automated builds and tests.