Software Engineering

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.

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.