In praise of property-based testing
#testing #property #article
https://increment.com/testing/in-praise-of-property-based-testing/
Example-based tests hinge on a single scenario. Property-based tests get to the root of software behavior across multiple parameters.