Property based testing in Erlang

2017-07-25 Erlang, and The Camp.

Lecture during The Camp, at Græsrodsgården, in Bregninge, Denmark.

In this lecture, we walked over the different concepts that are needed to understand property-based testing:

  • Generators.
  • Shrinking strategies

Once the audience had an idea about these concepts, we moved on to implement unit tests and later property-based tests for a small Base64 encoding and decoding library.