get_web_test_guidance
Generate structured guidance and example steps for planning web application tests. Provides actionable test planning information to help create executable test cases from decision tables.
Instructions
Get guidance and example steps for planning web tests. Returns structured information to help Claude plan test steps for a web application flow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL of the web application | |
| test_case | Yes | Test case to explore | |
| objective | Yes | Testing objective (e.g., "Login with valid credentials") |