Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.78 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.78 KB

DOI

Replication Package

This is the online appendix/replication package for the paper "Testing with Fewer Resources: An Adaptive Approach to Performance-Aware Test-Case Generation".

In this online repository we provide:

  • a runnable version of the implemented approaches: the evosuite.jar file;
  • all the tables with the full tables reporting the results described in the paper;
  • the script used to generate the tests;
  • all the parameters configuration for replicability;
  • a zipped folders with all the projects used in the empirical study.

EvoSuite jar

We built a custom EvoSuite version implementing the aDynaMOSA starting from EvoSuite 1.0.6.. To run the experiments reported in the paper, we relied on the bash scripts that you can find in the scripts directory for every approach tested. The full source code can be found here.

Full Results

Here we report the full results for the three investigated research questions.

Performance Measurement

The data about the performance measurements are in this folder. We also include two csv files indicating the exact test suites, amongst the generated ones, that has been measured. Moreover, we include the source code used for the measurement as well the script used to process the raw data.