A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
.jpg)
Property-based testing is often touted as a magical solution to testing: write one property, get hundreds of tests back in return. Although this sounds appealing, there are only so many times that we are going to property-test the "reverse" function. But can we use property-based testing for something "real"? The answer is a resounding "yes!".
In this talk, we will conduct a short case study of a real production issue that was debugged, minimized, and fixed using property-based testing. In the process we will experience first-hand the usefulness of property-based testing along with its staples of random data generation, shrinking, and well defined properties.
Learn about opaque types and add this new tool to your modelling toolbox!
How to leverage Scala with scala.js to write frontend as functional programmers would do.
Scala is improving rapidly. This session will give you the perspective of someone in the middle of these changes.
How to make Scala more approachable and productive?
A blueprint and approach for building end-to-end, full-stack applications in Scala 3