0 votes · select an option to vote
29 discussions
0 votes · select an option to vote
0 votes · select an option to vote
People ask me this a lot so I'll write it out properly. Background: BA in English, worked in manual QA for 3 years at a…
Test names are the first thing you read when a test fails in CI. After years of bad names, here's the convention our…
People often share CI setups. Here's my local setup for writing and debugging tests: VSCode extensions: - Playwright…
I spent 8 months building a QA portfolio while working a non-technical job. Here's what got callbacks vs what was…
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…
We rewrote our entire test suite (600 tests → 800 tests, Selenium Java → Playwright TypeScript) over 8 months. Honest…