Blog
API Testing
Practical guides to testing REST APIs: request design, assertions, status codes, auth and debugging failures.
WebSockets vs Server-Sent Events: which to use
WebSockets and Server-Sent Events both push data to a browser, but they solve different problems. How to choose, and how to test whichever one you pick.
How to test a GraphQL API
Send queries and mutations, handle the errors array, use introspection instead of guessing field names, and validate GraphQL responses properly.
The HTTP status codes that actually matter
The status codes that actually come up when you are debugging an API, what each one is really telling you, and which are routinely misused.