We're an SDET team testing a service that uses a database we don't own — the schema is managed by a platform team and…
60 discussions
We're an SDET team testing a service that uses a database we don't own — the schema is managed by a platform team and…
I'm considering ISTQB Foundation and Advanced (Test Automation Engineer) certifications. Combined cost with study…
Theoretically we should test Chrome, Firefox, Safari, Edge. In practice: - Chrome is 65% of our user base - Safari is…
Mutation testing (mutmut for Python, Stryker for JS) sounds powerful in theory: introduce small code changes and verify…
Every few months someone on our team brings up migrating to Playwright. We've evaluated it twice now and decided to…
Here's the checklist I run through when writing API tests for a new endpoint. Not exhaustive but covers 90% of what…
Our engineering director wants 80% code coverage enforced in CI. I understand the intent but I'm worried about…
0 votes · select an option to vote
We needed to mock 3 external APIs for our integration test suite. Tried three approaches over 6 months: WireMock -…
0 votes · select an option to vote
We ran our first real k6 load test last quarter targeting 500 concurrent users. A few things that surprised us: The…
Unpopular opinion, but I think the current hype around AI test generation is leading teams to invest in workflows that…
I joined a FAANG-adjacent company as an SDET 18 months ago after 5 years at startups. Honest assessment: What's better…
Test names are the first thing you read when a test fails in CI. After years of bad names, here's the convention our…
I spent 8 months building a QA portfolio while working a non-technical job. Here's what got callbacks vs what was…
For the first 4 years of my QA career I wrote formal test plans for every feature. Last 2 years: I've written zero.…
I used to follow the orthodox TDD approach: unit tests first, then integration. I've reversed this for most of my work…
After a test suite audit last quarter, we identified the problems causing the most maintenance pain. In order: 1. Tests…
Most testing focuses on the output: did the API return the right response? But I've started treating observability as a…
We rewrote our entire test suite (600 tests → 800 tests, Selenium Java → Playwright TypeScript) over 8 months. Honest…