183
0
DiscussionTrending
Why I now write integration tests before unit tests — a shift in my testing philosophyI used to follow the orthodox TDD approach: unit tests first, then integration. I've reversed this for most of my work…
5.1k views1830
24 discussions
I used to follow the orthodox TDD approach: unit tests first, then integration. I've reversed this for most of my work…
After a test suite audit last quarter, we identified the problems causing the most maintenance pain. In order: 1. Tests…
Most testing focuses on the output: did the API return the right response? But I've started treating observability as a…
We rewrote our entire test suite (600 tests → 800 tests, Selenium Java → Playwright TypeScript) over 8 months. Honest…