Article
in Archives
Stop testing so much!
Automated testing is a great way of maintaining quality on a software project, but often teams find themselves with long-running suites of tests that become a time killer in the iterative development process. Clover’s new test optimization feature can dramatically reduce build times by selectively running only the tests relevant to a particular change. This means the test suite can be run locally prior to a commit. It also means CI server throughput is greatly improved, both of which mean faster feedback to development teams. The Test optimization integrates with your existing Ant or Maven2 build environment.
