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
saved by
related reading
- Quick Start | fast-checkfast-check.dev
- The sad state of property-based testing librariesstevana.github.io
- Antithesisantithesis.com
- 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
- What if writing tests was a joyful experience?blog.janestreet.com
- Meticulous AI - Automated Frontend Testing Without Writing Testsmeticulous.ai