Scrum
PSD · Question #47
Why are automated builds important?
The correct answer is B. They help you find defects and configuration management issues. Automated builds will be made every time the code base gets changed. If a change to the code base breaks the build, the developers get informed immediately and can fix the build again without drifting off to far.
Developing Products
Question
Why are automated builds important?
Options
- AYou are unable to check in code without them
- BThey help you find defects and configuration management issues
- CWithout them you can't tell if your code works
- DThey are part of the Definition of Done
How the community answered
(54 responses)- A2% (1)
- B89% (48)
- C6% (3)
- D4% (2)
Explanation
Automated builds will be made every time the code base gets changed. If a change to the code base breaks the build, the developers get informed immediately and can fix the build again without drifting off to far.
Topics
#automated builds#continuous integration#defect detection#configuration management
Community Discussion
No community discussion yet for this question.