H Company Docs home page
Search...
⌘K
Search...
Navigation
Best practices
Prompt templates and examples
Welcome
Tester H
Agent Platform
API Reference
Changelog
Tutorials
Newsletter
Get started
Introduction
Quickstart
Beta testing
Best practices
Overview
Known limitations and issues
Prompt templates and examples
Scenarios
Run a Tester H script
Support
Frequently asked questions
On this page
Example 1: Login Flow Validation
Example 2: Product Search Interaction
Example 3: Add to Cart and Validate Cart State
Best practices
Prompt templates and examples
The following are examples of suitable or “Good” scenarios for Tester H in Beta.
Example 1: Login Flow Validation
URL:
https://example.com/login
Action:
Enter valid username and password, then click the “Login” button.
Expected State:
User is redirected to the dashboard page (
/dashboard
) and sees a greeting message “Welcome back, [UserName]”.
Example 2: Product Search Interaction
URL:
https://example.com/
Action:
Type “wireless headphones” into the search bar and press Enter.
Expected State:
The page updates to show a list of search results with at least one product card containing the words “wireless headphones”.
Example 3: Add to Cart and Validate Cart State
URL:
https://example.com/product/1234
Action:
Click the “Add to Cart” button.
Expected State:
The cart icon in the top-right updates to show 1 item, and the mini-cart shows the added product with the correct name and price.
Known limitations and issues
Run a Tester H script
Assistant
Responses are generated using AI and may contain mistakes.