How to Write an API From Hell
TLDR; the API From Hell has multiple implementations each of which required bypassing the language and frameworks used in different ways and now I can stress test REST Clients and I’ve found some error conditions in HTTP Proxies.
API From Hell Exposes Bugs in API Clients
TLDR; the API From Hell has endpoints for stressful HTTP conditions to expose the observation and interrogation issues in REST clients. Testers need to understand the limitations of their tools and infrastructure.
API Challenges Improvements
TLDR; API Challenges can now be used without installing any REST Clients.
API Spector a new Open Source API Testing Tool
TLDR; API Spector is a new free HTTP and WebSocket Testing Tool.
API Testing Challenges - How To Use Simulation Mode
This post and video shows how to use the Simulation Mode in API Challenges.
API Testing Challenges - How To Use Mirror Mode
This post and video shows how to use the Mirror Mode in API Challenges.
API Testing Challenge - Debrief - POST challenger 201
This post and video discusses what we can learn from the challenge POST /challenger 201.
Ordering Headers In HTTP Requests with RestAssured and UniRest
TLDR; RestAssured does not support ordering headers in HTTP Requests. But UniRest does.
An Introduction to API Based Documentation Automating
TLDR; The formal api documentation specifications ecosystems have tools that can help create documentation more easily and use the documentation to automatically validate e.g. Dredd, Swagger and StopLight
I’m working on an API for The Pulper, and I want to write documentation in a formal spec and use tools to validate it. Sounds Easy.