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
Chain-of-Thought Debugger
Step-by-step code debugging prompt that asks AI to think through the problem before providing solutions
Docker Deployment Guide Generator
Creates a complete Docker containerization and deployment guide for any application, including Dockerfile, docker-compose, CI/CD, and production best practices.
RAG System Architect
Build a Retrieval-Augmented Generation system with proper chunking, embedding, and retrieval strategies
API Endpoint Designer
Design RESTful API endpoints with proper naming, methods, and documentation