Computer Science, asked by dhainendra1925, 10 months ago

Select the activities that are part of continuous integration.

Answers

Answered by empathictruro
1

1 Maintain a code repository

2 Automate the build

3 Make the build self-testing

4 Everyone commits to the baseline every day

5 Every commit (to baseline) should be built

6 Keep the build fast

7 Test in a clone of the production environment

8 Make it easy to get the latest deliverables

9 Everyone can see the results of the latest build

10 Automate deployment

Answered by bhartigogia4u
1

Answer:

(17)Activities that are part of continuous integration______________.  

(i)Tests  

(ii)Code Build  

(iii)Inspection  

(iv)All of the Options  

(v)Version Control

I think answer is (iv)All of the Options

http://crackyourinterview.com/Ads-Continuous-Integration-Questions-Answers.aspx

Explanation:

Similar questions