Testing with Two Failure Seeking Missiles - Fuzzing and Property Based Testing
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore advanced testing techniques in this conference talk from EuroPython 2015. Dive into two powerful approaches for generating random input that targets failing test cases: property-based testing with Hypothesis and fuzzing with American Fuzzy Lop (AFL). Learn how Hypothesis, inspired by Haskell's QuickCheck, allows you to specify properties your code must maintain and automatically searches for counterexamples. Discover how AFL uses instrumentation and genetic algorithms to explore code paths, uncovering crashes and hangs other methods miss. See practical demonstrations of applying these techniques to Python code using Python-AFL, and gain insights into improving your testing strategy for more robust software.
Syllabus
Tom Viner - Testing with two failure seeking missiles: fuzzing and property based testing
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube