Finding Failure Causes through Automated Testing

Holger Cleve,Andreas Zeller
DOI: https://doi.org/10.48550/arXiv.cs/0012009
2000-12-14
Software Engineering
Abstract:A program fails. Under which circumstances does this failure occur? One single algorithm, the delta debugging algorithm, suffices to determine these failure-inducing circumstances. Delta debugging tests a program systematically and automatically to isolate failure-inducing circumstances such as the program input, changes to the program code, or executed statements.
What problem does this paper attempt to address?