Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

SETTE Results

The repository contains our results on comparing several test input generator tools by executing them on a predefined set of code snippets (see sette-snippets repository).

For each experiment we uploaded input and configuration given to the tools, and the generated outputs (logs, test files...).

The repository currently contains the following results:

  • 2014-10-23: one execution of CATG, EvoSuite, jPET, Pex and SPF tools
  • 2015-09-25: three experiments
  • executions with 30 sec time limit (10 repetitions) on CATG, EvoSuite, jPET, Pex, Randoop and SPF
  • variable time limit (15s, 45s, 60s, 300s) experiments with EvoSuite and Randoop
  • mutation analysis of the tests generated by CATG, EvoSuite and SPF
  • 2016-04-04: four experiments
  • executions with 30 sec time limit on the core snippets (10 repetitions) on CATG, EvoSuite, IntelliTest, jPET, Randoop and SPF
  • variable time limit (15s, 45s, 60s, 300s) experiments with CATG, EvoSuite, jPET, Randoop and SPF
  • executions with 30 sec time limit on the extra snippets (10 repetitions) on CATG, EvoSuite, jPET, Randoop and SPF
  • mutation analysis of the tests generated by the 6 tools