Source: Tatyana Kazakova

34 discussions
Source: Tatyana Kazakova

Everyone: “AI Agents are going to autonomously transform the way we work.” Also everyone: “Hey Agent, can you summarize…

TCS has reportedly installed a monitoring tool on employee laptops that can track application usage and time spent,…
If you have ever wished you could actually test your locator instead of just guessing, this one is for you. Element…
Know a QA engineer who would love this place? Bring them in — you both win. Every member now has a personal invite…
Every bug is an opportunity to make QA Bash better. We're excited to launch the QA Bash Bug Tracker . Found an issue?…
The traditional STLC is evolving. Modern QA teams are moving beyond test execution by combining AI agents, TestOps,…
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…
Over the past few months I've been experimenting with Claude and GitHub Copilot for test case generation at work. Mixed…
Before trace viewer, debugging a CI failure meant adding console.log, pushing, waiting 8 minutes for CI, repeat.…
After three rewrites, here's the conftest.py structure that finally works for our monorepo (4 services, ~800 tests):…
Three years ago I was doing entirely manual testing — exploratory testing, test case execution in Jira, bug reports.…
Starting a new web app project next month and we're deciding between Playwright and Cypress for E2E. The app is a React…
After 8 months of incremental migration, our entire Selenium suite (Java + TestNG) is now Playwright + TypeScript. A…
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…
We needed to mock 3 external APIs for our integration test suite. Tried three approaches over 6 months: WireMock -…