I see job descriptions asking for Python OR Java OR JavaScript AND sometimes all three. I'm trying to figure out what I…
63 discussions
I see job descriptions asking for Python OR Java OR JavaScript AND sometimes all three. I'm trying to figure out what I…
My new company uses Cucumber for all E2E tests. Feature files are written in Gherkin, step definitions in Java. After 2…
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 product has a few LLM-powered features (a summarisation tool, a smart search). I'm trying to figure out how to test…
Our engineering director wants 80% code coverage enforced in CI. I understand the intent but I'm worried about…
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…
Starting a new performance testing initiative. Our stack: Node.js microservices, REST APIs, ~50k requests/day in…
I have a FastAPI service with a well-maintained OpenAPI spec (auto-generated by FastAPI). I want to generate a…
We have 8 microservices. Testing strategy question: where do you draw the line between testing each service in…
I'm based in Southeast Asia and targeting remote SDET roles at US/European companies. The job market feels opaque.…
Our flake rate is ~4% per test in CI (down from 9% after a big cleanup push). With 800 tests that means ~32 flaky…
Theoretically we should test Chrome, Firefox, Safari, Edge. In practice: - Chrome is 65% of our user base - Safari is…
We're moving off Jenkins and evaluating GitHub Actions vs GitLab CI (we're already on GitLab for source control). For…
We want to add visual regression tests for our design system components (50+ components) and a few key pages. Tools…
I'm testing a FastAPI application with pytest-asyncio and httpx.AsyncClient and hitting a few rough edges. Issues I've…
My company is adding basic security testing requirements. Leadership wants SDETs to own it since we already own…
We have several user flows triggered by emails: registration confirmation, password reset, order confirmation. I need…