API checks
29 procedures covering CORS, rate limits, JSON Schema validation, JWT, idempotency. Out of scope here: API design, contract testing frameworks.
Request Behaviour
- How to check API endpoint
- How to check API response time
- How to check API versioning
- How to check HTTP status code
- How to test API concurrency
- How to test API error responses
- How to test API idempotency
- How to test API pagination
- How to test API timeout handling
- How to test API with curl
- How to test API with invalid input
- How to test webhook delivery
- How to validate cron expression