Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 741 Bytes

File metadata and controls

12 lines (12 loc) · 741 Bytes
aliases topic display_name short_description related released created_by wikipedia_url url
fuzz-testing, api-fuzzing
fuzzing
Fuzzing/Fuzz testing
Fuzzing is a testing technique that evaluates the program's reaction to providing invalid, unexpected, or random data as inputs.
stress-testing, fault-injection, monkey-testing, random-testing, security-testing, test-automation, mutation-testing, cicd, black-box-testing
September 1988
Barton Miller

Fuzzing or fuzz testing is an automated software black box testing technique that evaluates the program's reaction to providing invalid, unexpected, or random data as inputs to a computer program.