Advanced API Testing
Number of APIs: 6
Link to Session: [
Additional resources
- Qodex testing skills quiz - self-assessment
- Related workspaces
- [15 days of Qodex for testers] - public workspace with test challenge
- [Test examples in Qodex] - public workspace with test examples
- [Qodex Answers] - public workspace with code samples:
- Hands-on tutorial
- [Continuous Quality] - dynamic variables, external libraries, visualizing responses
- Related webinars
- Advanced API debugging - webinar video
- API contract testing - webinar video
- Introduction to API Security - webinar video
-
Library API Reference-Scenario - Fetch a list of books GET {{baseUrl}}/books
-
Library API Reference-Scenario - Create a new book POST {{baseUrl}}/books/
-
Library API Reference-Scenario - Delete the book DELETE {{baseUrl}}/books/:id
-
Library API Reference-Scenario - Verify the book is deleted GET {{baseUrl}}/books/:id
-
Library API Reference-Contract Testing - JSON schema v4 validation GET {{baseUrl}}/books
-
Fuzz Testing - Big List of Naughty Strings - Example request POST https://postman-echo.com/post