Today, automated test builds are a goal of most development shops, and Martin Fowler’s article on Continuous Integration provides an excellent overview about the major aspects. Regardless of where your team is on the path to achieving this goal, here are a few hints how to ease your way. The committer pulls test coverage out [...]
Continuous Integration (CI)
This process combines the logical separation of a build server and an integration server into one critical stage of software development. Through test driven development, developers and QA teams increase their software quality management. The Hudson continuous integration server (now known as Jenkins) is perhaps one of the most widely used open-source variants.
