1.

What is a “Build Breaker”?

Answer»

An accidental error by a software developer that seldom stops the build process, or causes UNACCEPTABLE WARNINGS in the automated test environments, is known as a "Build Breaker".  

Continuous integration is an important characteristic of products developed through AGILE methodology. DEVELOPERS sometimes make mistakes and accidentally commit flaws to the software repository. When such commits stop the build/compile process or cause unacceptable warnings or FAILURES in the automated test environment, the build is said to be broken. The developer is assumed to have committed a build breaker.



Discussion

No Comment Found