get_web_test_guidance
Retrieves structured guidance for planning web test steps. Provides example steps based on testing objective and application URL.
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
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL of the web application | |
| objective | Yes | Testing objective (e.g., "Login with valid credentials") | |
| test_case | Yes | Test case to explore |