I see job descriptions asking for Python OR Java OR JavaScript AND sometimes all three. I'm trying to figure out what I…
97 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 transitioning into an SDET role and trying to decide whether to build depth in Python or Java for Selenium.…
Starting a new web app project next month and we're deciding between Playwright and Cypress for E2E. The app is a React…
Flaky tests are killing our team's confidence in the test suite. We're seeing around 8–12% flake rate on our Playwright…
Three years ago I was doing entirely manual testing — exploratory testing, test case execution in Jira, bug reports.…
I'm working on a fairly large test project (~500 tests across 3 microservices) and our conftest.py files are getting…
We have test credentials (API keys for sandbox environments, DB passwords, OAuth tokens) that need to be available in…
We have two camps on our team: Camp A (shared environment): Tests run against a shared staging server. Fast to set up,…
We want to add accessibility testing to our suite. We have a React app with ~60 pages. Current thinking: - axe-core +…
I need to parametrize a test with inputs that are dictionaries containing lists, some optional keys, and some keys that…
We have a handful of E2E tests that take 4–6 minutes each. They cover complex user journeys (onboarding flow,…
After 8 months of incremental migration, our entire Selenium suite (Java + TestNG) is now Playwright + TypeScript. A…
Our payments API calls Stripe, our notifications API calls SendGrid, and our geolocation API calls Google Maps. All…
Most load test examples I see just report numbers (p95, p99, RPS) without failing the test definitively. I want our…
We have engineers in India, UK, and US. Our tests occasionally fail due to timezone-dependent logic: - Date range…
As our API test suite grows I'm realising ad-hoc test data in each test function is a maintenance nightmare. Three…
We want to add visual regression tests for our design system components (50+ components) and a few key pages. Tools…
2 votes · select an option to vote
We have 8 microservices. Testing strategy question: where do you draw the line between testing each service in…
We're moving off Jenkins and evaluating GitHub Actions vs GitLab CI (we're already on GitLab for source control). For…