Computer Science, asked by ivijaykumar98, 1 year ago

Which of the activity/activities are part of continuous integration?
a.tests
b.code build
c. version control
d. inspection
e. all the above

Answers

Answered by priyanshi1196
12
I think (a) and (b) is the answer

ivijaykumar98: please answer according to the given options. Thanks in advance
priyanshi1196: but i did
Answered by omegads04
1

Test is the activity which is a part of continuous integration. So, option (a) that is Tests is the correct answer. Continuous integration can be defined as the practice of merging all developer in the integration process. The continuous integration is based on many principles and some of them are-

Maintaining a code repository, Automating the build, making the build self-testing etc.

Similar questions