Tagged

Testing

4 posts.

2020
January 5, 2020 6 min

check.statem: Generating Test Programs

One of the most interesting parts of generative testing (aka QuickCheck) is state machine testing. The original purpose I built Fox was to explore state machine testing. In particular, the talk from …

2015
January 31, 2015 3 min

Generative Testing

It’s no secret that I’ve been interested in testing. Most of the work I’ve done are around example-based testing. While useful, it’s interesting to look at other communities for inspiration. I’m …

2014