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…
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…
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…
Our product has a few LLM-powered features (a summarisation tool, a smart search). I'm trying to figure out how to test…
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'm based in Southeast Asia and targeting remote SDET roles at US/European companies. The job market feels opaque.…
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…
Theoretically we should test Chrome, Firefox, Safari, Edge. In practice: - Chrome is 65% of our user base - Safari is…
Our flake rate is ~4% per test in CI (down from 9% after a big cleanup push). With 800 tests that means ~32 flaky…
I'm transitioning into an SDET role and trying to decide whether to build depth in Python or Java for Selenium.…
We want to add visual regression tests for our design system components (50+ components) and a few key pages. Tools…
We're moving off Jenkins and evaluating GitHub Actions vs GitLab CI (we're already on GitLab for source control). For…
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…