Category: Plugin Directory / Testing / Continuous Testing Plug-in
| | | | Version: 1.1 Support Eclipse Version: 3.0 License: Free GPL Development Status: Production/Stable Company: MIT CSAIL Program Analysis Group
| |  | Home Page |  | Plugin Support |  | Discussion Forum | |
|
The Continuous Testing Plug-in for Eclipse is a tool to help developers test their codebase more efficiently. After specifying the tests that will run, the plug-in executes those tests every time code is changed that will affect the outcome. This way, developers catch errors more quickly.
The plug-in also adds functionality to the Eclipse JUnit Plug-in. Support for test filtering and test prioritization are now present. Also, the results of past tests can be viewed in the JUnit viewpart. Added on: 30-Sep-2004
|
Last 2 Comments
| User: judge | Rating: 10 | 2005-10-20 21:17:56 | | | Integrating testing into the background build provides several benefits that make using this plugin a no-brainer for anyone:
1. It ensures that no one on a development team has to have the discipline to remember to run the unit tests or to remember to run an external build script.
2. Test errors are caught *really* early making sure that if they get broken there isn't too much code to have to back out.
3. If everyone can see the tests break real quick, everyone sees the benefit of unit testing much faster and the tests are kept up to date and comprehensive.
Furthermore this plugin adds several neat features to JUnit such as being able to dynamically re-order the tests based on criteria such as: which tests failed last time.
This should be a standard part of the next release of Eclipse.
Make sure you pick up the latest version.
| | User: Anonymous | Rating: 10 | 2004-10-08 14:18:15 | | | Excellent plug in and related research. Worth a read for anyone seriously interested in improving their programming process.
|
|
|