flâneur — a map of the web's best reading

Introduction to Property Based Testing | by Nicolas Dubien | Criteo Tech Blog | Medium

medium.com · 1,399 words · saved by 1 readers

Another test philosophy introduced by QuickCheck

Introduction to Property Based Testing Nicolas Dubien 6 min read · Mar 23, 2018 -- 3 Listen Share Another test philosophy introduced by QuickCheck Property based testing has become quite famous in the functional world. Mainly introduced by QuickCheck framework in Haskell , it suggests another way to test software. It targets all the scope covered by example based testing: from unit tests to integration tests. In order to introduce property based testing, this article will use fast-check — a property based testing framework for JavaScript — but examples can easily be adapted to other frameworks

Explore this link on the map →

saved by

related reading