Q: Which of the task/tasks is/are part of continuous integration?
-
A
Tests, Inspection
-
B
Code Build
-
C
Version Control
-
D
All of the Options
D
Answer:
D
Explanation:
The correct answer is:
"All of the Options"
Continuous Integration (CI) involves multiple tasks, including:
- Version Control (tracking code changes)
- Code Build (compiling the source code)
- Tests (running automated tests)
- Inspection (static code analysis and code reviews)
All these tasks ensure that new code integrates smoothly and maintains software quality.
Related Topic:
Share Above MCQ