6 Integrating Quick Test Pro with Cruise Control
For those that have worked on an Agile project most would agree that integrating automated test cases with continuous integration is imperative. It provides regular feedback not only on the application but also on the tests themselves. Small iterative changes are easier to manage then large updates. There are challenges keeping the build time reasonable as well as ensuring the environment is up to date and kept in line with the latest code, but that is for another entry. Here ...