Return to profile for Dave Aronson

From Examples to Exhaustive: Intro to Property-Based Testing

40 minute beginner seminar

Description/Proposal

Tired of writing countless test cases, thinking up random examples? Discover how property-based testing can turbocharge your testing process, making your test suite exhaustive with minimal effort. Property-Based Testing generates vast numbers of robust yet simple test cases, automatically -- and if it finds a problem, most tools will narrow it down to the exact edge cases. You will learn a powerful technique to uncover edge cases and exceptions you never knew existed, while actually writing fewer tests.