summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e2a.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e2a.md')
-rw-r--r--content/zettel/2e2a.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/zettel/2e2a.md b/content/zettel/2e2a.md
new file mode 100644
index 0000000..e8885a1
--- /dev/null
+++ b/content/zettel/2e2a.md
@@ -0,0 +1,14 @@
++++
+title = "Equivalence Modulo Inputs"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2e2"]
+forwardlinks = ["2e2b"]
+zettelid = "2e2a"
++++
+
+Equivalence modulo inputs testing (EMI) is a version of fuzzing which
+modifies existing test cases in a way so that the inputs define which
+pieces of code should be turned on or off. The resulting test-cases
+should therefore be equivalent according to the inputs.