Not using fuzzing (community mistake)
Official 100go entry on using fuzzing to uncover edge cases that table tests did not anticipate.
Official 100go entry on using fuzzing to uncover edge cases that table tests did not anticipate.
- Author: Teiva Harsanyi
- Authority: community
- Kind: guide
- URL: https://100go.co/#not-using-fuzzing-community-mistake
What it covers
- when fuzzing helps
- finding unexpected inputs
- complementing deterministic tests
Why authoritative
Official 100go website entry for this specific community mistake.
Use when
- should I add a fuzz test here
- how does fuzzing complement table-driven tests
- what kind of Go code benefits from fuzzing
Keywords
- fuzzing, property testing, edge cases, corpus, testing