From 304f334a63cacd52a4693b4327c672b3eb730000 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Mon, 3 Sep 2018 20:09:25 -0700 Subject: [PATCH] note replay and minimization in features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efaf3e7..37f4718 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The [2018 IEEE Cybersecurity Development Conference](https://secdev.ieee.org/201 * Find out which tool works best for your code under test * Different tools find different bugs/vulnerabilities * Fair way to benchmark/bakeoff tools +* Provides test replay for regression and effective automatic test case minimization * Supports API-sequence generation with extensions to Google Test interface * Concise readable way (OneOf) to say "run one of these blocks of code" * Same construct supports fixed value set non-determinism