Category: API & REST

40 questions in API & REST.

How to test API error scenarios

· API & REST

Learn how to design and execute negative test cases covering validation errors, timeouts, and failure modes.

How to debug failing API requests

· API & REST

Discover systematic approaches to debug failing API requests using logs, network tools, and status codes.

How to validate API contracts

· API & REST

Learn contract testing with Pact to ensure API consumers and providers remain compatible during changes.

How to write API tests with curl

· API & REST

Understand curl command syntax for testing GET, POST, and authenticated API requests from the terminal.

How to test APIs with Postman

· API & REST

Learn how to create collections, write test scripts, and automate API testing workflows with Postman.