Thread
Stories related to "Interfaces for scaling and testing JavaScript" across the full archive.
It's no QuickCheck, but it's well-written.
Boosting the Permissiveness of Dynamic Information-Flow Tracking by Testing (2012)
(pdfs.semanticscholar.org)
Abstract: "Tracking information flow in dynamic languages remains an open challenge. It might seem natural to address the challenge by runtime monitoring. However, there are well-known fundamental limits of dynamic flow-sensitive tracking of information flow, where paths not taken
in a given execut...
The jalangi2 tool is [here](https://github.com/Samsung/jalangi2).
This introduced the concept of [design predicates](https://en.wikipedia.org/wiki/Design_predicates).
DRYing up your JavaScript Jasmine tests with the data provider pattern - JP's blog
(blog.jphpsf.com)
A quick tip where I show a technique to eliminate redundancy Jasmine tests.