Software Testing Articles, Blog Posts, Books, Podcasts and Quotes
In this article, Mikhail Golikov, the sole QA on a seven-team backend e-commerce platform, explains where each regression check belongs, in the browser or at the API. He shares the rule he actually uses, two bugs that only one layer could have caught, and the realization that finally made his browser suite small and stable.
A test result is useful only when someone can understand what was tested, under which conditions, and against which requirement. This article explains how software QA teams can create traceable test evidence that supports release decisions, defect investigations, audits, and future product work without turning testing into a documentation exercise.
Jumping between multiple tabs, shuffling a dozen applications, and sorting bookmarks isn’t “productivity.” It’s a recipe for exhaustion. Every QA tester, at some point, has had to leave their test half-written to respond to a Discord text about resolving a bug.
Most SaaS products that require phone verification treat the problem as solved once an OTP flow is in place. The user submits a number, receives a code, enters it correctly, and the account is verified. From a test coverage perspective, the happy path and a few edge cases get covered.
A B2B website launch can look polished and still fail at the moments that matter: a broken demo form, a missing thank-you page, a slow pricing page, or a CRM field that never receives the lead. This article is for QA teams, web project managers, and marketing operations teams who need a practical way to test a business website before it goes live.
Document verification looks simple from the outside: upload an ID, wait a few seconds, get approved or rejected. For QA teams, it’s rarely that neat. The flow touches image capture, data extraction, fraud checks, privacy controls, accessibility, error handling, and user trust.
As AI makes test creation nearly effortless, software teams face a new challenge: determining which tests actually improve quality and which simply add noise.