summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e2a.md
blob: e8885a103925c744d600eba4ad5d9cdb0e1d288e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.