This is an archive of the old software engineering chair at Saarland University. It is no longer up-to-date.

EvoSuite: Automatic Test Suite Generation for Object-Oriented Software - ESEC/FSE 2011
by Gordon Fraser, Andrea Arcuri

September 2011.

Download as PDF file.

Abstract

To find defects in software, one needs test cases that execute the software systematically, and oracles that assess the correctness of the observed behavior when running these test cases. This paper presents EvoSuite, a tool that automatically generates test cases with assertions for classes written in Java code. To achieve this, EvoSuite applies a novel hybrid approach that generates and optimizes whole test suites towards satisfying a coverage criterion. For the produced test suites, EvoSuite suggests possible oracles by adding small and effective sets of assertions that concisely summarize the current behavior; these assertions allow the developer to detect deviations from expected behavior, and to capture the current behavior in order to protect against future defects breaking this behavior.

BibTeX Entry

@inproceedings{fraser-fse-2011,
    title = "EvoSuite: Automatic Test Suite Generation for Object-Oriented Software",
    author = "Gordon Fraser and Andrea Arcuri",
    year = "2011",
    month = sep,
    location = "Szeged, Hungary",
}

Show all publications of the Software Engineering Chair.