Нагрузочное тестирование в 2026: почему спрос растёт, а специалистов всё ещё нет
Я провёл несколько лет в роли Leadа нагрузочного тестирования. И если честно, долгое время это была специализация из разряда “да зачем оно надо, это в…
Latest Web news from Tech News
Я провёл несколько лет в роли Leadа нагрузочного тестирования. И если честно, долгое время это была специализация из разряда “да зачем оно надо, это в…
Originally published on the Prufa blog . Five days ago we audited 49 Show HN launches and found that 78% had a critical bug on day one. This week we p…
Software testing is usually described in two large categories: exploratory testing and automated testing. Exploratory testing is about investigation a…
Disposable email feels like a cheat code. Hand the form an address that exists for an hour, get whatever you came for, walk away. No spam. No mailing …
2026 год, роботы доставщики на улицах крупных городов, автоматические сканеры уязвимостей для QA, фреймворки разработки , которые позволяют написать к…
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…
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…
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 …
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…
Привет, меня зовут Алексей и я C# разработчик. Однажды передо мной стояла задача написать утилиту для взаимодействия с различными UI-элементами в Wind…
This series examines software quality not as a testing activity, but as a structural capability. Earlier parts focused on diagnosing chaos, introducin…
Начинаете писать E2E-тесты? Думаете, нужно просто открыть страницу, нажать кнопку и написать expect? Разберем на примере Playwright, почему отчёт може…
Всем привет! Меня зовут Артур Поляков, я инженер по тестированию в отделе мобильной разработки в компании iSpring. Наша команда работает над iSpring L…
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…