Skip to content

Details

Johan Brinch is the Co-founder of Seasoned Software, a company that specializes in automated fuzz testing.

Fuzz testing attempts to uncover subtle bugs and unexpected program behaviour. It works by trying millions (or billions) of randomly generated program inputs. Modern fuzzing relies on advanced heuristics when choosing these inputs. This has proven to be surprisingly effective in practice.

In this talk, he will cover automated fuzz testing and how it relates to property based testing (eg. Quickcheck) and unit testing.

Members are also interested in