Computer Science, asked by umesh0053, 9 months ago

Which of the task/tasks is/are part of continuous integration?

Options :

Code Build
Inspection
Version Control
Tests
All of the options

Answers

Answered by harsharock17
20

Answer:

Code Build

Explanation:

because continuous integration involves merging all the developer working copies and development activities into a shared mainline.

Answered by gratefuljarette
2

All of the options are part of continuous integration.

Explanation:

  • Continuous integration is a developer in their team into the mainline as early as possible. Each integration can be verified by an automated build and automated test. The key benefit is that it detect the error very fast and finds it. It is very cheap.
  • Developers check out the code into their workplace. The main responsibility of the team is to check frequently and don’t check the broken code. It gives multiple benefits to organization. It builds a solid foundation to any organization.

Learn more about continuous integration

Which framework first named and proposed continuous integration as a practice?

https://brainly.in/question/4660463

_____________ is the automated system used for continuous integration (Build Code , Create Packages and Run Code.

https://brainly.in/question/6150380

Similar questions