1 vote · select an option to vote
97 discussions
1 vote · select an option to vote
I'm considering ISTQB Foundation and Advanced (Test Automation Engineer) certifications. Combined cost with study…
My new company uses Cucumber for all E2E tests. Feature files are written in Gherkin, step definitions in Java. After 2…
Every few months someone on our team brings up migrating to Playwright. We've evaluated it twice now and decided to…
0 votes · select an option to vote
The classic answer is 70% unit / 20% integration / 10% E2E. But I've never worked on a team that actually hits that…
2 votes · select an option to vote
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…
Our product has a few LLM-powered features (a summarisation tool, a smart search). I'm trying to figure out how to test…
We needed to mock 3 external APIs for our integration test suite. Tried three approaches over 6 months: WireMock -…
Before trace viewer, debugging a CI failure meant adding console.log, pushing, waiting 8 minutes for CI, repeat.…
This is the most frustrating debugging scenario I encounter regularly. Test passes 100% locally, fails 30–80% in CI. My…
Our test suite: 1200 Playwright tests, currently runs serially in ~55 minutes. Target: under 10 minutes for the PR…
0 votes · select an option to vote
Starting a new performance testing initiative. Our stack: Node.js microservices, REST APIs, ~50k requests/day in…
After three rewrites, here's the conftest.py structure that finally works for our monorepo (4 services, ~800 tests):…
I'm based in Southeast Asia and targeting remote SDET roles at US/European companies. The job market feels opaque.…
0 votes · select an option to vote