Back to Browse

The Magic of Generative Testing: Fast-Check in JavaScript

3.2K views
Jul 2, 2019
15:08

Generative testing (aka property testing), popularized by the Haskell library QuickCheck, is a technique of: - specifying invariant laws your code expects to exhibit - generating random inputs to verify the laws - simplifying failures to find error boundaries - providing replay mechanisms for easy debugging In this BrooklynJS talk, I show the motivations for and basics of property testing in JavaScript, via the library fast-check. Slides are posted at https://speakerdeck.com/glebec/the-magic-of-generative-testing. ---- Fullstack Academy was recently ranked the #1 coding bootcamp in the U.S. Learn more at https://www.fullstackacademy.com.

Download

1 formats

Video Formats

360pmp426.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

The Magic of Generative Testing: Fast-Check in JavaScript | NatokHD