The IT Law Wiki
The IT Law Wiki

Definition[]

Fuzz testing is

a software testing technique that provides random data ("fuzz") to the inputs of a program. If the program fails (for example, by crashing, or by failing built-in code assertions), the defects can be noted.[1]

References[]