API Test Case Generator
Generate comprehensive test cases for REST APIs
Content
Generate test cases for API endpoint: Endpoint: {{http_method}} {{endpoint_url}} Purpose: {{api_purpose}} Authentication: {{auth_type}} Generate: 1. Happy path test cases 2. Boundary value tests 3. Error handling tests for: {{error_scenarios}} 4. Security tests (SQL injection, XSS, etc.) 5. Performance tests for {{load_expectation}} 6. Integration test scenarios Include expected status codes, request/response bodies, and validation assertions.
Related Prompts
SQL Query Performance Optimizer
Analyze and optimize SQL queries for better performance with index suggestions and query restructuring.
MCP Server Builder Guide
Step-by-step guide to build a Model Context Protocol server for any data source
API Documentation Generator
Generate comprehensive API documentation including endpoints, parameters, responses, and examples.
API Design Reviewer
Review and improve REST API designs with best practices