explore/topics/fuzzing/index.md

743 B

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 https://en.wikipedia.org/wiki/Fuzzing http://www.cs.wisc.edu/~bart/fuzz/

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.