Talk
32:00
The Magic of Internal Shrinking for Property Based Testing
Shrinking is the real magic of property-based testing — producing a small, human-readable test case whenever a larger random case causes a test to fail. However, it can be hard to do correctly.