Answers from testers who’ve been there.
Open threads and solved fixes from software testers, SDETs and automation engineers. Search by problem, filter by tool, or jump straight to what's solved.
16 threads
Selenium vs Playwright for a complete beginner in 2026?
I'm switching from manual QA into automation. I've been doing manual testing for 3 years and I know Java a bit, some Python. Every tutorial I open is either "Selenium is the indust…
Should we switch our team from Selenium to Playwright?
~1400 Selenium (Java + TestNG) UI tests, 4 QA engineers, 3 years of investment. Suite takes 90 minutes on Selenium Grid and flakes at ~4% per run. Leadership just asked "should we…
How do I actually fix flaky Selenium tests without rewriting everything?
Inherited a Selenium + Java + TestNG suite. ~600 tests, roughly 8% flake rate. Rewriting in Playwright isn't on the table this quarter. Every "fix flaky tests" article says "use ex…
Which QA metrics actually help vs which ones become theatre?
New VP asked for a "QA metrics dashboard". I've been in QA long enough to know that whatever I put on that dashboard is what my team will optimize for — for better or worse. Test c…
What's a locator strategy that actually stays stable across UI refactors?
Devs refactor our React app roughly monthly. Every refactor breaks 20–30 tests because someone renamed a class or restructured a component. We've tried: - CSS selectors → break on…
What are companies actually asking in SDET interviews right now?
Interviewing for SDET roles at 4 companies (2 fintech, 1 SaaS, 1 e-commerce). Prep resources online feel dated — half of them are still asking about Selenium XPath tricks. For folk…
When should we NOT automate a test in our regression suite?
Leadership pushed a "100% automated regression" mandate. I've been in QA long enough to know that's usually a bad idea, but I need a concrete list of "don't automate this" cases to…
Can AI actually replace QA automation engineers?
Every vendor is pitching "AI-powered testing". My CTO forwarded me one of these pitches with the note "why do we need a QA team then?". I want to give an honest answer — where AI a…
QA culture red flags to look for BEFORE accepting a job offer?
Two offers on the table. On paper both are similar (comp, title, stack). I want to avoid walking into a "QA is a testing department that runs regression 2 weeks before release" sit…
Which Selenium locator strategy is most reliable?
id vs css vs xpath vs data-testid — team keeps arguing. What actually holds up on a modern SPA?
Selenium: implicit wait vs explicit wait — when to use each?
Docs warn against mixing them. Why? And what do you actually run in prod?
How do I spin up a full test environment with docker-compose?
Need app + Postgres + Selenium Grid for E2E on CI. What does a clean compose look like?
What is Selenium WebDriver and how is it different from Selenium IDE?
Interviewer asked me this and I fumbled. Looking for the crisp 2026 answer.
Selenium WebDriverWait vs FluentWait for a React SPA
Migrating a 3 year old Selenium Java suite. Team is split between WebDriverWait with ExpectedConditions and FluentWait with polling + ignoring. On our React app both are flaky in d…
Playwright vs Selenium in 2026 — which should a new team pick?
We are greenfield, TypeScript stack, ~20 engineers. Everyone keeps asking "why not Selenium, it is battle tested." What is the honest 2026 answer?
Selenium Grid 4: how do you enable video recording per session?
Migrating from Zalenium to Selenium 4 Grid. We need MP4 per session for failure triage. Docs mention a video image but concrete docker-compose is thin. Looking for a working exampl…