Academic
Academic
Home
Projects
Talks
Publications
Contact
Light
Dark
Automatic
EvoSuite
Hybrid Multi-level Crossover for Unit Test Case Generation
Abstract State-of-the-art search-based approaches for test case generation work at test case level, where tests are represented as sequences of statements. These approaches make use of genetic operators (i.e., mutation and crossover) that create test variants by adding, altering, and removing statements from existing tests.
Mitchell Olsthoorn
,
Pouria Derakhshanfar
,
Annibale Panichella
EvoSuite at the SBST 2021 Tool Competition
EvoSuite is a search-based tool that automatically generates executable unit tests for Java code (JUnit tests). This paper summarises the results and experiences of EvoSuite participation at the ninth unit testing competition at SBST 2021, where EvoSuite achieved the highest overall score.
S. Vogl
,
S. Schweikl
,
G. Fraser
,
A. Arcuri
,
J. Campos
,
A. Panichella
Code
Project
Generating Highly-structured Input Data by Combining Search-based Testing and Grammar-based Fuzzing
Software testing is an important and time-consuming task that is often done manually. In the last decades, researchers have come up with techniques to generate input data (e.g., fuzzing) and automate the process of generating test cases (e.g., search-based testing). However, these techniques are known to have their own limitations: search-based testing does not generate highly-structured data; grammar-based fuzzing does not generate test case structures. To address these limitations, we combine these two techniques. By applying grammar-based mutations to the input data gathered by the search-based testing algorithm, it allows us to co-evolve both aspects of test case generation. We evaluate our approach by performing an empirical study on 20 Java classes from the three most popular JSON parsers across multiple search budgets. Our results show that the proposed approach on average improves branch coverage for JSON related classes by 15% (with a maximum increase of 50%) without negatively impacting other classes.
Mitchell Olsthoorn
,
Arie van Deursen
,
Annibale Panichella
Preprint
Code
EvoSuite at the SBST 2020 Tool Competition
EvoSuite is a search-based tool that automatically generates executable unit tests for Java code (JUnit tests). This paper summarizes the results and experiences of EvoSuite’s participation at the eighth unit testing competition at SBST 2020, where EvoSuite achieved the highest overall score (406.14 points) for the seventh time in eight editions of the competition.
A. Panichella
,
J. Campos
,
G. Fraser
Code
Project
EvoSuite at the SBST 2019 Tool Competition
José Campos
,
Annibale Panichella
,
Gordon Fraser
A Large Scale Empirical Comparison of State-of-the-art Search-based Test Case Generators
Annibale Panichella
,
Fitsum M. Kifetew
,
Paolo Tonella
PDF
Code
Slides
Incremental Control Dependency Frontier Exploration for Many-Criteria Test Case Generation
Annibale Panichella
,
Fitsum M. Kifetew
,
Paolo Tonella
Preprint
Code
Slides
LIPS vs MOSA: a Replicated Empirical Study on Automated Test Case Generation
Annibale Panichella
,
Fitsum Kifetew
,
Paolo Tonella
Preprint
PDF
Automatic Test Case Generation: What If Test Code Quality Matters?
Fabio Palomba
,
Annibale Panichella
,
Andy Zaidman
,
Rocco Oliveto
,
Andrea De Lucia
Cite
×