Mutation-Driven Generation of Unit Tests and Oracles 论文
2011IEEE Transactions on Software Engineering引用 286
Software Testing and Debugging TechniquesSoftware Engineering ResearchSoftware Reliability and Analysis Research
摘要
To assess the quality of test suites, mutation analysis seeds artificial defects (mutations) into programs; a nondetected mutation indicates a weakness in the test suite. We present an automated approach to generate unit tests that detect these mutations for object-oriented classes. This has two advantages: First, the resulting test suite is optimized toward finding defects modeled by mutation operators rather than covering code. Second, the state change caused by mutations induces oracles that precisely detect the mutants. Evaluated on 10 open source libraries, our μtest prototype generates test suites that find significantly more seeded defects than the original manually written test suites.