We audited 14 side-project launches. Zero critical bugs, same quiet flaws.
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…
Latest Open Source news from Tech News
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 …
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…
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…
Git — один из базовых инструментов современного QA Engineer. Даже если тестировщик не пишет production-код, ему всё равно приходится работать с репози…
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…
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 …