Continuous testing in Eclipse
Submitted by mernst on Wed, 2011-11-30 14:35
| Title | Continuous testing in Eclipse |
| Publication Type | Conference Paper |
| Year of Publication | 2004 |
| Authors | Saff D, Ernst MD |
| Conference Name | 2nd Eclipse Technology Exchange Workshop (eTX) |
| Date or Month Published | March 30 |
| Conference Location | Barcelona, Spain |
| Abstract | <p>Continuous testing uses excess cycles on a developer's workstation to continuously run regression tests in the background, providing rapid feedback about test failures as source code is edited. It is intended to reduce the time and energy required to keep code well-tested, and to prevent regression errors from persisting uncaught for long periods of time. </p> <p> This paper reports on the design and implementation of a continuous testing feature for Java development in the Eclipse development environment. Our challenge was to generate and display a new kind of feedback (asynchronous notification of test failures) in a way that effectively reuses Eclipse's extensible architecture and fits the expectations of Eclipse users without interfering with their current work habits. We present the design principles we pursued in solving this challenge: present and future reuse, consistent experience, minimal distraction, and testability. These principles, and how our plug-in and Eclipse succeeded and failed in accomplishing them, should be of interest to other Eclipse extenders looking to implement new kinds of developer feedback. </p> <p> The continuous testing plug-in is publicly available at <a href='http://pag.csail.mit.edu/continuoustesting/'>http://pag.csail.mit.edu/continuoustesting/</a>.</p> |
| Downloads | Eclipse plug-in PDF PostScript |
| Citation Key | SaffE2004:ETX |
Last changed Mon, 2013-06-03 10:27

cs.