Story Maps and Behavior-Driven Development (BDD)

January 30, 2026 0

This is a hands-on practical session about agile testing where participants split into groups and learn how to do story mapping and how to write Given-When-Then Behavior-Driven Development BDD tests.

Best Practice for Property-Based Testing

December 3, 2025 1

This talk aims to introduce property-based testing, why you may want to use it, and real-life use cases for including it in code bases. Property-based testing is an approach to testing that involves specifying statements that should always be true (for example, reversing a list twice will give the original result) rather than relying on specific examples.