YAML Test Cases in Git: What r/QualityAssurance Actually Said
I asked r/QualityAssurance a blunt question: is managing manual test cases as YAML files inside Git a good idea? The thread got lively. People were no…
Latest Team Management news from Tech News
I asked r/QualityAssurance a blunt question: is managing manual test cases as YAML files inside Git a good idea? The thread got lively. People were no…
Most teams think of automated tests as decision machines. Green means ship. Red means stop. That model works right up until the first ambiguous failur…
The easiest browser tests live entirely inside one tab. Open a page. Fill in a form. Click a button. Check the result. Unfortunately, many valuable us…
Most browser automation demos use a familiar workflow: open a page, fill in a form, click Submit, and verify a success message. Real products are rare…
Most test automation tools look good during a demo. You record a login flow, add an assertion, run it in Chrome, and get a green result. Everyone is i…
A few months ago, I was running QA on a fintech platform a customer-facing portal where businesses fund a wallet and spend from it. Every wallet featu…
TestSprite's CLI makes a design choice most testing tools would never advertise: it refuses to do something. When a coding agent asks for a failure re…
Back to Feedback — Episode 2 of 20 Where it came from This one showed up first as a passing comment from a teammate mid-year: I sometimes seemed to sp…
Какова ситуация в мобильном тестировании в 2026-м году? На связи Ильнур – ведущий тестировщик: начал свой путь в ИТ 10 лет назад как специалист технич…
Every team has lived this: a pull request looks clean, gets approved, merges — and twenty minutes later the test suite is red. The change was in src/ …
For the past year and a half, I've been building Evaficy Smart Test — a QA platform for manual testing teams that brings AI into the parts of the work…
Most browser test suites do not fail because the team forgot how to write a click step. They fail because the system around the tests becomes more com…
AI can generate a test script before you finish your coffee. That sounds like the hard part of test automation has finally been solved. In practice, m…
Software testing is usually described in two large categories: exploratory testing and automated testing. Exploratory testing is about investigation a…
Web testing has become a lot harder to describe in one sentence. It used to be easier to say, “We run some Selenium tests,” or “We use Cypress for fro…
Most test automation demos are too clean. The demo app is stable. The login flow is simple. The selectors are obvious. The data is predictable. CI is …
Frontend testing has become weirdly broad. A few years ago, a lot of teams treated it as "write some Cypress tests" or "run Selenium in CI." That was …
On one side, it has never been easier to generate tests. You can ask AI to write Playwright code. You can record flows. You can use no-code tools. You…
The biggest mistake teams make when comparing testing tools is treating the feature list like the decision. A tool can support API tests, visual check…
If your goal is faster releases with fewer flaky failures, the tool choice matters less than the testing strategy behind it. Teams usually start by as…
A practical look at the strategies, tools, and trade-offs behind resilient API test automation and why test data management is just as important as th…
I remember the first week I seriously used Playwright. I was migrating a 200-test WDIO suite. I thought it would take two weeks. It took four days. No…
I have a confession. For a long time I was a WDIO loyalist. I had built entire frameworks on it, trained teammates on it, and defended it in every "wh…
You just merged an AI-assisted feature branch, the code review looks clean, and the app works in your local smoke test. Now comes the real question: d…
The failure starts small A test that passes 200 times and fails once does not feel urgent. Usually it gets retried, marked flaky, or blamed on CI nois…
This series examines software quality not as a testing activity, but as a structural capability. Earlier parts focused on diagnosing chaos, introducin…
description: "Real-world TestSprite evaluation testing Indonesian e-commerce with IDR currency, timezone handling, and 3 locales. Grade A review with …