Skip to main content

When to Use

Ideal for testing user flows where specific implementation details aren’t critical

Examples

Completing a flow
This is an example of a high-level step that uses the agent’s ability to figure out what the right action is at each moment.
Responding to Messages
This example demonstrates how to leverage the agent’s natural language understanding to handle complex message interactions without specifying exact UI elements or steps.

Tips

Include a goal or stopping point, so the agent knows when to finish.
Focus on user goals rather than specific elements.
Allow flexibility in implementation details.
Include key verification points to ensure the test is successful.

Other Example Prompts