# Andrei Serban - What Is Fuzz Testing (Highlights)

## Metadata
**Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article0.00998d930354.png
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[Andrei Serban]]
**Full Title**:: What Is Fuzz Testing?
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [blog.fuzzbuzz.io](https://blog.fuzzbuzz.io/what-is-fuzz-testing/)
**Host**:: [[blog.fuzzbuzz.io]]
**Highlighted**:: [[2022-05-15]]
**Created**:: [[2022-09-26]]
## Highlights
### Coverage-Guided Fuzz Testing
- The idea behind coverage-guided fuzzing is that the fuzzing engine monitors the code coverage output of your application as it processes an input, which then guides the generation of the next set of inputs.
### Protocol Fuzz Testing