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.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.