execute_api_test
Execute API test steps to validate endpoints and functionality. Run predefined test cases with authentication, base URLs, and specific objectives to verify API behavior.
Instructions
Execute predefined API test steps. Takes a test case and specific API steps to execute.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | Yes | Base URL of the API | |
| test_case | Yes | Test case being executed | |
| objective | Yes | Testing objective | |
| steps | Yes | Array of API test steps to execute | |
| auth | No | Authentication configuration |