Feedback-controlled random test generation
This is a follow up page for the paper “Feedback-controlled random test generation” appeared in ISSTA 2015.
Software
-
Randoop with multi-pool generator [ZIP, 4.3MB]
This is a fork of the official Randoop. We added multi-pool generator (
randoop.multi.MultiForwardGenerator
), which implements feedback-controlled random test generation technique described in our paper. We are working to create a formal fork repository on GitHub, but currently provide the source code as-is. -
Randoop on Docker (Included in the artifacts below.)
Scripts and Dockerfile to run Randoop on Docker. We are working to eliminate magic path-strings and constants to publish it on GitHub.
-
SimpleOpenCodeCoverageFramework [GitHub]
Simplified frontend for OpenCodeCoverageFramework [GitHub] [ICST13]. Used to instrument SUT source codes.
-
soccf-runtime [GitHub]
Runtime library for SimpleOpenCodeCoverageFramework.
Refereed Artifact
You can download the reviewed artifact set from here: [ZIP, 465MB]. This archive includes:
- implementation code,
- raw data,
- summarization scripts, and
- reproduction scripts.