Title
Feedback-Directed Random Test Generation
Abstract
We present a technique that improves random test generation by incorporating feedback obtained from executing test inputs as they are created. Our technique builds inputs incrementally by randomly selecting a method call to apply and finding arguments from among previously-constructed inputs. As soon as an input is built, it is executed and checked against a set of contracts and filters. The result of the execution determines whether the input is redundant, illegal, contract-violating, or useful for generating more inputs. The technique outputs a test suite consisting of unit tests for the classes under test. Passing tests can be used to ensure that code contracts are preserved across program changes; failing tests (that violate one or more contract) point to potential errors that should be corrected. Our experimental results indicate that feedback-directed random test generation can outperform systematic and undirected random test generation, in terms of coverage and error detection. On four small but nontrivial data structures (used previously in the literature), our technique achieves higher or equal block and predicate coverage than model checking (with and without abstraction) and undirected random generation. On 14 large, widely-used libraries (comprising 780KLOC), feedback-directed random test generation finds many previously-unknown errors, not found by either model checking or undirected random generation.
Year
DOI
Venue
2007
10.1109/ICSE.2007.37
Minneapolis, MN
Keywords
Field
DocType
program testing,error detection,failing tests,feedback-directed random test generation,passing tests
Test suite,Data structure,Model checking,Random testing,Computer science,System testing,Design by contract,Unit testing,Algorithm,Error detection and correction,Real-time computing
Conference
ISSN
ISBN
Citations 
0270-5257
0-7695-2828-7
383
PageRank 
References 
Authors
14.13
22
4
Search Limit
100383
Name
Order
Citations
PageRank
Carlos Pacheco1137652.28
Shuvendu K. Lahiri2142468.18
Michael D. Ernst36629347.51
Thomas Ball44969365.11