Back to articles

Tag archive

#fuzz

packagemain #23: Fuzz Testing in Go
Feb 21, 2022

packagemain #23: Fuzz Testing in Go

Fuzzing or fuzz testing is a method of giving random unexpected input to your programs to test for possible crashes or edge cases. Fuzzing can shed a light on some logical bugs or performance problems, so it's always worth adding to a code where stability and performance matter. In this video we’ll review recently added fuzz testing support in Go 1.18.

Feb 21, 20221 min read7 reactions0 comments