generate_tests_excel
Generate comprehensive API test plans including positive, negative, and boundary value analysis cases. Exports Excel files with structured test cases for efficient testing.
Instructions
Generate a comprehensive API test plan with positive, negative, and boundary value analysis test cases. Output is Excel with columns: Sl no, Test Name, Pre-Condition, Steps, Expected Result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint to test (e.g., https://api.example.com/v1/users) | |
| method | Yes | HTTP method (GET, POST, etc.) | |
| payload | No | Sample payload for the request (if applicable) | |
| extraContext | No | Any additional instructions/context for the test plan |