Mar 20 · 3 min read · While Part 1 covered authentication fundamentals and OAuth flows, this section focuses on how APIs validate tokens and enforce authorisation in real-world architectures. Why API Gateways Are Important
Join discussion
Mar 4 · 6 min read · k6: Modern Load Testing for APIs and Web Services Most load testing tools feel like they were designed for QA teams, not developers. k6 is different: tests are JavaScript files, results pipe cleanly into Grafana, and the CLI integrates naturally into...
Join discussionMar 3 · 9 min read · Hurl: Run and Test HTTP Requests from Plain Text Testing HTTP APIs often means juggling between GUI clients, writing verbose test scripts, or maintaining brittle curl commands stitched together with shell scripts. Hurl takes an entirely different ap...
Join discussionMar 3 · 5 min read · Postman was the default API testing tool for years. Then it required a cloud account, started syncing collections to its servers, and became slower and heavier with each release. Bruno is the reaction: an offline-first API client that stores your col...
Join discussionFeb 16 · 10 min read · OpenAPI Contract Testing For API Reliability When your mobile app crashes because the backend team renamed a field from userId to user_id, you've experienced the pain of broken API contracts. This isn't a hypothetical scenario—it's a daily reality fo...
Join discussionFeb 12 · 9 min read · Why Manual API Testing Fails at Scale Manual API testing creates several critical problems in modern development environments. First, it's inherently non-repeatable. When developers manually configure requests, they introduce variations in headers, a...
Join discussionFeb 10 · 6 min read · Why Are Your Playwright API Tests Failing? A Troubleshooting Guide It's 3 AM. You've just been paged. Production’s down. The immediate diagnosis? A recent Playwright API test suite failure triggered a cascade of deployments that ultimately broke some...
Join discussionFeb 7 · 4 min read · OAuth is one of those topics that sounds complex, but for testers, only 20% of it actually matters.This guide focuses exactly on that 20%. 1. What problem does OAuth solve? OAuth solves one core problem: How can an application access user data with...
Join discussion