Tests are only valuable if they catch bugs without slowing you down. This workshop teaches you how to write tests that actually help, covering strategies that work across different languages and frameworks.
What You'll Learn
We focus on practical skills you can apply immediately:
- Choosing the right test type for each situation
- Writing tests that are easy to maintain
- Testing the hard stuff: async code, time, randomness
- Setting up effective test automation
Workshop Format
This online workshop is interactive and hands-on:
- Live coding demonstrations
- Exercises with immediate feedback
- Q&A throughout
- Small group discussions
Why Testing Matters
Good tests give you confidence to:
- Refactor without fear
- Deploy on Friday (yes, really)
- Onboard new team members quickly
- Sleep well at night
Bad tests do the opposite - they slow you down, give false confidence, and become a maintenance burden. This workshop helps you build good tests.