Examples
Example Test Prompts
Ready-to-use test prompts for common web application scenarios
Example Test Prompts
Copy and adapt these prompts for your test plans. Each example is written to be specific enough for the AI agent to execute reliably.
Always include specific paths (like /login, /cart) in your prompts - this helps the AI resolve pages faster and more reliably.
Categories
General
Authentication, forms, search, and common functionality
Ecommerce
Cart, checkout, orders, and shopping flows
SaaS & Dashboards
Admin panels, team management, settings, and integrations
Social & Community
Profiles, posts, comments, messaging, and notifications
Blog & CMS
Content creation, publishing, media, and SEO
Booking & Appointments
Reservations, scheduling, calendars, and availability
Tips for Writing Good Prompts
- Start with a specific path - e.g., "Go to /login" not "Go to the login page"
- Use credentials - store emails/passwords in Credentials and use
{{credentials.<name>}} - Define success criteria - what should the AI verify?
- Be explicit about form fields - list each field and its value
- Handle alternatives - use "OR" for different valid outcomes