This is the artifact of the research paper:
Test Selection for Unified Regression Testing
In Proceedings of the 45th IEEE/ACM International Conference on Software Engineering (ICSE'23), 2023.
The source code of modified-Ekstazi and uRTS mentioned in the paper are under code directory.
Check data directory to get all data in the paper.
To reproduce the experimental results, follow the instruction in experiment directory.
The experiments have two phases:
- run tests of various commits and configuration to obtain log files
- process log files
To fully reprodcue the first phase is time-consuming and may take up to 2000+ hours machine time. For the first phase, reviewers may want to run for only one of the five projects on a laptop.
We provide our results of the first phase in data/csv_files.
Reviewer can quickly get the results by running the second phase, detailed instructions are provided here.