Every bug is an opportunity to make QA Bash better. We're excited to launch the QA Bash Bug Tracker . Found an issue?…
102 discussions
Every bug is an opportunity to make QA Bash better. We're excited to launch the QA Bash Bug Tracker . Found an issue?…
8 votes
The traditional STLC is evolving. Modern QA teams are moving beyond test execution by combining AI agents, TestOps,…
BEFORE USING THIS PROMPT: Replace [DOMAIN] below with your actual system context (e.g. "FinTech loan disbursement API"…
You can also extend it with skills, plugins, hooks, MCP servers, and subagents—or run it completely local-first using…
Folks who want to understand internals - read about how the whole chain of work happens when locator.click is called in…
Sharing a piece of gold that most testers have probably never come across 😛 Not a blog. Not a LinkedIn post. An actual…
We’re building AI agents faster than we’re learning how to test them. Have we improved software quality—or just…
We have a 1,200-test suite built over 4 years. Good test coverage, but: - No documentation of test strategy or…
I'm writing a test for an admin action that should be visible to admins but hidden from regular users. The test needs…
Most AI test generation demos show the happy path: given a function, generate a test skeleton. I've seen this work OK.…
File uploads work fine locally (macOS) but fail intermittently in our Linux CI containers. We're using…
I'm based in Southeast Asia and targeting remote SDET roles at US/European companies. The job market feels opaque.…
I need to test that a CSV export button downloads the correct file with the right data. Our app generates the file…
Our auth tokens expire after 1 hour. Most CI runs complete in 30–40 minutes so it's fine, but nightly full-suite runs…
Our product has a few LLM-powered features (a summarisation tool, a smart search). I'm trying to figure out how to test…
Playwright now supports component testing (React/Vue/Svelte) which blurs the line with E2E tests. In practice I'm…
I'm testing a FastAPI application with pytest-asyncio and httpx.AsyncClient and hitting a few rough edges. Issues I've…
I have a FastAPI service with a well-maintained OpenAPI spec (auto-generated by FastAPI). I want to generate a…