+++ 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.