✳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
- The sad state of property-based testing librariesstevana.github.io
- Lightweight property-based testing at Row Zerograntslatton.com
- Reading 2: Testingweb.mit.edu
- Catching bugs with fractional proofs | Theoremtheorem.dev
- Reading 3: Testingweb.mit.edu
- CSC 151 - Unit Testingeikmeier.sites.grinnell.edu
- Everything is Fertilenickcammarata.com
- Software Engineering at Googleabseil.io
- GitHub - mawrkus/js-unit-testing-guide: 📙 A guide to unit testing in Javascript · GitHubgithub.com
- Problem Set 1: Flashcardsweb.mit.edu
- Building a JavaScript Testing Framework | Christoph Nakazawacpojer.net
- Google Testing Blog: Testing on the Toilet: Test Behaviors, Not Methodstesting.googleblog.com