API Testing Challenge - How To - GET todos id 200
This post and video shows how to complete the challenge GET /todos/id 200 using Insomnia.
API Testing Challenge - How To - GET todo 404
This post and video shows how to complete the challenge GET /todo 404 using Insomnia.
API Testing Challenge - How To - GET todos 200
This post and video shows how to complete the challenge GET /todos 200 using Insomnia.
API Testing Challenge - How To - GET challenges 200
This post and video shows how to complete the challenge GET /challenges 200 using Insomnia.
API Testing Challenge - Debrief - POST challenger 201
This post and video discusses what we can learn from the challenge POST /challenger 201.
API Testing Challenge - How To - POST challenger 201
This post and video shows how to complete the challenge POST /challenger 201 using Insomnia.
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.
How to download a file with RestAssured
TLDR; Downloading a file with RestAssured is as simple as taking the body of a request as a byte array and writing it to a file.
When automating I often have to download files. One very common FAQ for WebDriver is “How do I download a file with WebDriver?”.


