Test-Lab.aiDocs
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

Tips for Writing Good Prompts

  1. Start with a specific path - e.g., "Go to /login" not "Go to the login page"
  2. Use credentials - store emails/passwords in Credentials and use {{credentials.<name>}}
  3. Define success criteria - what should the AI verify?
  4. Be explicit about form fields - list each field and its value
  5. Handle alternatives - use "OR" for different valid outcomes

On this page