Fuzz Testing Insights
Paul shares his journey into fuzz testing, highlighting how it can uncover unexpected bugs, even in secondary libraries. He outlines the typical process for developers, including the selection of tools like American Fuzzy Lop and the importance of establishing a starting corpus for effective testing. The conversation delves into the balance between setup time and execution, emphasizing the critical role of mutation in generating test cases.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 474: Paul Butcher on Fuzz Testing
Related Questions
what tools do they specifically use or could use in fuzz testing?
How much time is spent setting things up versus actually running the testing for fuzz testing?
Do you use local testing resources or is this something can be done in the cloud or needs to be done in the cloud based on the amount of computation needed?