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
  1. Library API Reference-Scenario - Fetch a list of books GET {{baseUrl}}/books

  2. Library API Reference-Scenario - Create a new book POST {{baseUrl}}/books/

  3. Library API Reference-Scenario - Delete the book DELETE {{baseUrl}}/books/:id

  4. Library API Reference-Scenario - Verify the book is deleted GET {{baseUrl}}/books/:id

  5. Library API Reference-Contract Testing - JSON schema v4 validation GET {{baseUrl}}/books

  6. Fuzz Testing - Big List of Naughty Strings - Example request POST https://postman-echo.com/post