Are there any good Continuous Testing plugins for Eclipse out right now? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T12:17:07Z http://stackoverflow.com/feeds/question/77090 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now 2 Are there any good Continuous Testing plugins for Eclipse out right now? awied 2008-09-16T21:06:04Z 2009-09-25T20:36:49Z <p>I've used the <a href="http://groups.csail.mit.edu/pag/continuoustesting/" rel="nofollow">MIT Continuous testing</a> plugin in the past, but it has long since passed out of date and is no longer compatible with anything approaching a modern release of Eclipse. </p> <p>Does anyone have a good replacement? Free, naturally, is preferred. </p> http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now/77260#77260 1 Answer by Bradley Harris for Are there any good Continuous Testing plugins for Eclipse out right now? Bradley Harris 2008-09-16T21:21:47Z 2008-09-16T21:57:07Z <p>There is a list in this Ben Rady article at Object Mentor: <a href="http://blog.objectmentor.com/articles/2007/09/20/continuous-testing-explained" rel="nofollow">Continuous Testing Explained</a>. Unfortunately the only Eclipse tool appears to be <a href="http://ct-eclipse.tigris.org/" rel="nofollow">CT-Eclipse</a> which is not currently maintained either.</p> <p>There is also <a href="http://swing1979.googlepages.com/fireworks" rel="nofollow">Fireworks</a> for IntelliJ and <a href="http://www.infinitest.org/" rel="nofollow">Infinitest</a> which is not IDE specific but also has some IntelliJ integration.</p> http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now/88380#88380 1 Answer by Oisin Hurley for Are there any good Continuous Testing plugins for Eclipse out right now? Oisin Hurley 2008-09-17T22:34:21Z 2008-09-17T22:34:21Z <p>My experience is that continuous testing within the IDE can become unwieldy and distracting, so I prefer to use something like <a href="http://cruisecontrol.sourceforge.net/" rel="nofollow">CruiseControl</a> to do this kind of testing. One tool I have found very useful is <a href="http://www.eclemma.org/" rel="nofollow">EclEmma</a>, which gives you a very fast coverage turnaround for your units, helping you to decide when you have finished testing a particular area of the code.</p> http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now/161228#161228 0 Answer by Sebastian for Are there any good Continuous Testing plugins for Eclipse out right now? Sebastian 2008-10-02T07:39:13Z 2008-10-02T07:39:13Z <p>I've had good experience with infinitest on a small and simple project. I've not run into any issues with it and find it fast and helpful.</p> http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now/1479467#1479467 0 Answer by awied for Are there any good Continuous Testing plugins for Eclipse out right now? awied 2009-09-25T20:36:49Z 2009-09-25T20:36:49Z <p>I found that Infinitest now has an eclipse plugin that seems to work pretty well. </p>