API Testing
Schemathesis: Property-Based API Testing From OpenAPI Specs
Property-based testing for APIs works like this: instead of writing POST /users with {"name": "Alice"} and checking the response, you define what properties the API should always satisfy, and let the test tool generate hundreds of inputs automatically. Schemathesis does exactly this for REST APIs