ASAltan Sezer Ayaninaltansezerayan.hashnode.dev·4h ago · 3 min readMock Jutsu: The Synthetic / Mock Test Data Generator Built for Banking and Fintech QAAfter 12 years of QA work in digital banking and fintech, one problem never went away: realistic test data is hard to generate correctly. Most tools give you random strings. Banking systems need more 00
IAIAAP Auditiniaapaudit.hashnode.dev·16h ago · 3 min readHow to Prepare for a WCAG 2.2 AA Accessibility AuditAccessibility audits are easier to run when teams treat them like a delivery activity, not a last-minute compliance check. If the audit starts before the team has test accounts, sample data, journey p00
ZZeroDropinzerodrop.hashnode.dev·5h ago · 6 min readHow to Test Better Auth Email Verification with PlaywrightBetter Auth has become the go-to TypeScript authentication framework — email verification, magic links, OTP, password reset, all built in. But testing those email flows in CI is a problem nobody talks00
MGMoksh Guptainmoksh45.hashnode.dev·8h ago · 5 min readAPI Testing Tools Worth Knowing in 2026 - Alternatives to PostmanOn March 1, 2026, Postman dropped free team collaboration. The Free plan now supports only a single user - any second teammate accessing a shared workspace breaks the plan. That change sent developers00
VKVitalii Kiikoinmrpsiho.hashnode.dev·16h ago · 3 min readBuild branded WordPress email templates in the block editor — and test them without spamming a real inboxThe default WordPress form notification is unmistakable: plain white background, a monospace dump of every field, the site URL at the bottom. It delivers the information and tells the recipient they'r00
VKVivek Khatriintech.peculiarvivek.com·1d ago · 7 min readDo you understand your Code?A race condition can hit you anytime, you think it won't because your system isn't that big, or doesn't process a lot of requests, but it will happen, and when it happens, you will feel a bit silly ab12SM
NNeurobininpreviewship-engineering.hashnode.dev·19h ago · 5 min readA Minimal QA Checklist Before You Share an AI-Built Web PreviewAI can generate a web preview very quickly. That is useful, but it also creates a new kind of risk: The preview looks good in the chat window, but breaks when someone else opens it. If you use AI to00
JJubsindreaded-developer.hashnode.dev·2d ago · 18 min readPart 3: Evaluating AI Foundry Agents: Tracing, Metrics, and Prompt Regression TestingThis is Part 3 of the Agentic AI on Azure series. Part 1 compared Durable Functions vs AI Foundry. Part 2 built a multi-agent research pipeline with fan-out and self-critique. Now we make sure the thi00
SCSherdil Cloudinsherdil-cloud.hashnode.dev·2d ago · 5 min readThe Anatomy of a CI/CD Pipeline That Actually Ships FastPlenty of teams have "a CI/CD pipeline" and still deploy once a week, by hand, with their stomach in a knot. The pipeline exists; it just isn't doing the job. This is the anatomy of one that does — th00
ZZeroDropinzerodrop.hashnode.dev·3d ago · 5 min readHow to Test Email Verification Flows in Python with pytestTesting email verification in Python is one of those problems that looks simple until you actually try it. Your app sends a verification email. Your pytest test needs to read that email, extract the O00