CSChris Sheridaninhalosecurityhasnodedev.hashnode.dev·6d ago · 5 min readAi is doing it again: Strong armed by AI for Bitcoin JADEPUFFER is the world’s first documented case of an end-to-end autonomous, "agentic" ransomware campaign driven entirely by a Large Language Model (LLM) agent. Discovered and published by the Sysdig00
MFMUHAYEMARIYA Faustineinfaustinemuhayemariya44.hashnode.dev·Jul 4 · 13 min readUnderstanding Code Coverage with Pytest: Statement Coverage vs Branch CoverageI want to share something that confused me for a while, because I think a lot of us run into this without realizing it. I wrote some tests, ran pytest, and got this: One test. One pass. I honestly t00
CSColin Samplerinpingeo.hashnode.dev·Jul 2 · 5 min readPingeo #2 - First Steps With CLIIntroduction Everything starts in project's root directory. User select empty folder where Pingeo starts to live and is at your service. This post starts from couple Gherkin scenarios that clarifies00
ASAltan Sezer Ayaninaltansezerayan.hashnode.dev·Jun 29 · 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
CSColin Samplerinpingeo.hashnode.dev·Jun 28 · 5 min readPingeo #1 - Foundation OverviewRequest types When designing a modern API testing tool, it's useful to think of requests not only as HTTP methods, but as different communication models. The most common request types include REST API00
ACaqua cloudinaqua-cloud.hashnode.dev·Jun 23 · 5 min readContract Testing: A Practical Guide for APIs & MicroservicesHow Contract Testing Works with Pact Pact is the standard tool for contract testing. It follows a structured workflow connecting consumers and providers through a shared contract repository. Step 1: C00
SSedstartinai-powered-test-automation.hashnode.dev·Jun 22 · 4 min read94% Faster Regression Testing, Zero New QA HiresWhen releases are slipping, regression is eating days, and then someone finally says it out loud: "We need to hire another QA engineer. Maybe two." Then the budget conversation happens, the headcount 00
VTVladimir Ternovoyinqaboutique.hashnode.dev·Jun 20 · 6 min readWhy toast-only Playwright tests are not enoughAI-generated end-to-end tests often look useful at first glance. They click through a flow. They wait for something visible. They pass. But sometimes the entire assertion is basically this: await expe10
VTVladimir Ternovoyinqaboutique.hashnode.dev·Jun 19 · 4 min readI built a read-only GitHub Action to flag risky PRs before mergeMost CI checks answer questions like: Does the code compile? Do the tests pass? Does linting pass? Is formatting correct? Those checks are useful, but they often miss a different question: Did 10
LJLiudas Jankauskasinliudas.hashnode.dev·Jun 16 · 2 min readAutomation Before Automation (ABA): The Missing Phase in Modern Software TestingWe've all been there. You just finished (or changed) an API endpoint. You open Postman or cURL, send a few requests, play around with the data, and then what? Most teams jump straight from this quick 10