|
|
|
Daily Build: Software Build, Smoke Test, Extreme Programming
|
 (Buch) |
Dieser Artikel gilt, aufgrund seiner Grösse, beim Versand als 2 Artikel!
| Inhalt: |
| Please note that the content of this book primarily consists of articles
available from Wikipedia or other free sources online. A daily build or
nightly build is the practice of each day doing a software build of the
latest version of a program. This is so it can first be compiled to
ensure that all required dependencies are present, and possibly tested
to show no bugs have been introduced. The daily build is also often
publicly available allowing access to the latest features for feedback.
In this context a build is the result of compiling and linking all the
files that make up a program. The use of such disciplined procedures as
daily builds is particularly necessary in large organizations where many
programmers are working on a single piece of software. Performing daily
builds helps ensure that developers can work knowing with reasonable
certainty that any new bugs that show up are a result of their own work
done within the last day. Daily builds typically include a set of tests,
sometimes called a smoke test ( as in where there is smoke there is
fire). |
|