Reducing wasted development time via continuous testing

Download: PDF.

“Reducing wasted development time via continuous testing” by David Saff and Michael D. Ernst. In ISSRE 2003: Fourteenth International Symposium on Software Reliability Engineering, (Denver, CO), Nov. 2003, pp. 281-292.

Abstract

Testing is often performed frequently during development to ensure software reliability by catching regression errors quickly. However, stopping frequently to test also wastes time by holding up development progress. User studies on real development projects indicate that these two sources of wasted time account for 10-15% of development time. These measurements use a novel technique for computing the wasted extra development time incurred by a delay in discovering a regression error.

We present a model of developer behavior that infers developer beliefs from developer behavior, and that predicts developer behavior in new environments — in particular, when changing testing methodologies or tools to reduce wasted time. Changing test ordering or reporting reduces wasted time by 4-41% in our case study. Changing the frequency with which tests are run can reduce wasted time by 31-82% (but developers cannot know the ideal frequency except after the fact). We introduce and evaluate a new technique, continuous testing, that uses spare CPU resources to continuously run tests in the background, providing rapid feedback about test failures as source code is edited. Continuous testing reduced wasted time by 92-98%, a substantial improvement over the other approaches.

We have integrated continuous testing into two development environments, and are beginning user studies to evaluate its efficacy. We believe it has the potential to reduce the cost and improve the efficacy of testing and, as a result, to improve the reliability of delivered systems.

Download: PDF.

BibTeX entry:

@inproceedings{SaffE2003,
   author = {David Saff and Michael D. Ernst},
   title = {Reducing wasted development time via continuous testing},
   booktitle = {ISSRE 2003: Fourteenth International Symposium on Software
	Reliability Engineering},
   pages = {281--292},
   address = {Denver, CO},
   month = nov,
   year = {2003}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.