After a test suite audit last quarter, we identified the problems causing the most maintenance pain. In order: 1. Tests…
24 discussions
After a test suite audit last quarter, we identified the problems causing the most maintenance pain. In order: 1. Tests…
I spent 8 months building a QA portfolio while working a non-technical job. Here's what got callbacks vs what was…
We rewrote our entire test suite (600 tests → 800 tests, Selenium Java → Playwright TypeScript) over 8 months. Honest…
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…
I joined a FAANG-adjacent company as an SDET 18 months ago after 5 years at startups. Honest assessment: What's better…
I used to follow the orthodox TDD approach: unit tests first, then integration. I've reversed this for most of my work…
Here's the checklist I run through when writing API tests for a new endpoint. Not exhaustive but covers 90% of what…
For the first 4 years of my QA career I wrote formal test plans for every feature. Last 2 years: I've written zero.…
Most testing focuses on the output: did the API return the right response? But I've started treating observability as a…
I see job descriptions asking for Python OR Java OR JavaScript AND sometimes all three. I'm trying to figure out what I…
I'm considering ISTQB Foundation and Advanced (Test Automation Engineer) certifications. Combined cost with study…
The classic answer is 70% unit / 20% integration / 10% E2E. But I've never worked on a team that actually hits that…
I have a senior SDET interview at a product company (Series C, ~200 engineers) in 3 weeks. I've done 2 SDET interviews…
Our engineering director wants 80% code coverage enforced in CI. I understand the intent but I'm worried about…
I'm based in Southeast Asia and targeting remote SDET roles at US/European companies. The job market feels opaque.…
My company is adding basic security testing requirements. Leadership wants SDETs to own it since we already own…
I'm transitioning into an SDET role and trying to decide whether to build depth in Python or Java for Selenium.…
Test code reviews on my team are inconsistent. Some reviewers are rigorous (comment on everything), some rubber-stamp…
We have a 1,200-test suite built over 4 years. Good test coverage, but: - No documentation of test strategy or…
We have test credentials (API keys for sandbox environments, DB passwords, OAuth tokens) that need to be available in…