Are there any good Continuous Testing plugins for Eclipse out right now? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T12:17:07Zhttp://stackoverflow.com/feeds/question/77090http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now2Are there any good Continuous Testing plugins for Eclipse out right now? awied2008-09-16T21:06:04Z2009-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#772601Answer by Bradley Harris for Are there any good Continuous Testing plugins for Eclipse out right now? Bradley Harris2008-09-16T21:21:47Z2008-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#883801Answer by Oisin Hurley for Are there any good Continuous Testing plugins for Eclipse out right now? Oisin Hurley2008-09-17T22:34:21Z2008-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#1612280Answer by Sebastian for Are there any good Continuous Testing plugins for Eclipse out right now? Sebastian2008-10-02T07:39:13Z2008-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#14794670Answer by awied for Are there any good Continuous Testing plugins for Eclipse out right now? awied2009-09-25T20:36:49Z2009-09-25T20:36:49Z<p>I found that Infinitest now has an eclipse plugin that seems to work pretty well. </p>