We’re currently running a seminar on specification & testing where we ask the student to write one or two short summaries on selected papers, every week. I thought I’d take the challenge to write summaries fitting into one tweet.

So here’s my summary for our first paper.
Summary https://dl.acm.org/doi/10.1145/351240.351266. Approach for checking properties of small code units w/ random inputs. Adapted for many PLs. Properties can have preconditions (danger: vacuous satisfaction). Writing custom generators necessary for own types. Limitation: How to measure coverage?
2) Generator transformation reminds me of the Zest approach to semantic fuzzing by @moarbugs, @cestlemieux, @koushik77 et al. https://dl.acm.org/doi/10.1145/3293882.3330576: Different int lists give rise to different generator transformers.
5) Here’s a list of QuickCheck implementations for different programming languages: https://hypothesis.works/articles/quickcheck-in-every-language/
You can follow @DomSteinhoefel.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: