Ложное чувство защиты: Почему 90% code coverage не спасает от багов
90% code coverage выглядит как повод выдохнуть — до первого бага, который спокойно проходит сквозь все тесты и добирается до прода. В статье разберём,…
Latest AI & ML news from Tech News
90% code coverage выглядит как повод выдохнуть — до первого бага, который спокойно проходит сквозь все тесты и добирается до прода. В статье разберём,…
Quick Share and AirDrop-style sharing are useful because they solve a simple problem: a file needs to move from one device to another. That file might…
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 …
Originally published on the Prufa blog . In June 2026 we pointed Prufa's free audit at 50 products that had just launched on Show HN — every launch fr…
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…
В статье представлен разбор создания CRM-системы, разработанной с применением искусственного интеллекта для ускорения кодинга и архитектурного планиро…
Android 16 desktop windowing is useful for larger-screen workflows, but it also creates a practical QA question: does your Android app still behave co…
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…
Have you ever played a video game that suddenly stopped working? Or used an app that showed the wrong answer? That happens when software is not tested…
I spent the last few years running QA, across teams. The same structured process worked, but only because the features going through it were determini…
Осенью прошлого года мне на почту пришло письмо от Heisenbug . Предлагалось пройти опрос: рассказать, какими технологиями я как тестировщик пользуюсь,…
Modern QA automation is extremely effective when testing traditional web applications. APIs can be validated reliably, user flows can be scripted with…
I was building a Playwright suite against a Phoenix LiveView app for the first time. Tests ran fine in isolation. Overnight, the full suite timed out …
В 2026 году уже никто не спорит, что искусственный интеллект радикально меняет тестирование, как и все сферы бизнеса. Вопрос только в том, кого он зам…
TL;DR — I just open-sourced QA Claude Skill — 24 production-grade QA skills for Claude Code covering test design, automation, performance, security, m…
Context-driven testing rejects the notion that there's a universal "best practice" for QA. Instead, it holds that the value of any testing approach de…
This series examines software quality not as a testing activity, but as a structural capability. Earlier parts focused on diagnosing chaos, introducin…
Мы попытались построить MCP-сервер, который сам читает спеки, пишет автотесты и коммитит код. На практике выяснилось, что токены — не главная проблема…
Привет! Это снова Михаил Федоров. В первой статье — архитектура QA Assist: 11 AI-агентов от декомпозиции требований до готовых автотестов. Во второй —…
I've been a frontend dev for a few years now, and there's a pattern I kept seeing across almost every small team I worked with. New feature ships. Eve…
description: "Real-world TestSprite evaluation testing Indonesian e-commerce with IDR currency, timezone handling, and 3 locales. Grade A review with …