Computer Science, asked by u151701, 1 year ago

Select the activities that are part of continuous integration.

Inspection

Code Build

Version Control

Tests

All of the Options

Answers

Answered by karunakarchadaram
7

It is all of the options that you have given

Good one that is

Answered by smartbrainz
0

Activities that are part of continuous integration are Version Control, Inspection, Code Build, and tests.

Explanation:

A form of "development practice" wherein the developers integrate the code into a "shared repository" most often it is termed as CI (Continuous Integration). It is recognized as the best practice for the software development. It is guided by certain few key principles which are as follows:

  • Revision control
  • Build automation
  • Automated testing
  • Inspection

Similar questions