INTRODUCTION TO SOFTWARE ENGINEERING
AGILE SOFTWARE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Continuously as things change, potentially many times per day
|
|
Only at the end of each sprint
|
|
Once per day
|
|
None of the above
|
Detailed explanation-1: -Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily-leading to multiple integrations per day.
Detailed explanation-2: -Continuous Integration is a software development method where team members integrate their work at least once a day. In this method, every integration is checked by an automated build to detect errors.
Detailed explanation-3: -Git is an excellent DevOps tool because it supports nonlinear workflows and collaboration among programmers. You can bridge the gap between development and operations with GitHub, a web-based hosting platform for Git code repositories. It enables further collaboration through features like support ticket management.