This repository contains test cases and scripts designed for testing Randoop and EvoSuite, specifically for comparison with the results presented in the paper "GRT: Program-Analysis-Guided Random Testing"
To set up the environment, refer to the scripts/mutation-prerequisites.md file.
For prerequisities, refer to scripts/mutation-prerequisities.md.
For instructions on using the scripts, refer to scripts/mutation-randoop.sh
for Randoop and scripts/mutation-evosuite.sh for EvoSuite.
See file scripts/experiment-scripts/README.md.
The compiled subject programs used by the GRT paper appear in the
subject-programs/ directory.
To obtain the sources of the subject programs, see
subject-programs/README.build.