summaryrefslogtreecommitdiffstats
path: root/intro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'intro.tex')
-rw-r--r--intro.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/intro.tex b/intro.tex
index b0433fc..8d29f5e 100644
--- a/intro.tex
+++ b/intro.tex
@@ -16,7 +16,9 @@ Furthermore, fuzzing tools can be configured by users to generate and avoid part
% % Our method is brought over from the compiler testing literature.
% Program fuzzing is bla..
-% Fuzzing enables us to overcome
+% Fuzzing enables us to overcome
+
+Fuzzing is an effective random testing technique whereby random inputs are provided to the software under test and the output is checked for correctness.