DiscussionTrending
Why I stopped writing formal test plans and what replaced themFor the first 4 years of my QA career I wrote formal test plans for every feature. Last 2 years: I've written zero.…
4.5k views
45 discussions
For the first 4 years of my QA career I wrote formal test plans for every feature. Last 2 years: I've written zero.…
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…