Skip to main content
A request is how you ask our agents to write a new test. Describe what needs to be tested — our agents take it from there.

Creating a request

1

Navigate to Requests

Go to the Requests page
2

Create a new request

Click “Create New Request”
3

Fill in the details

Fill in the details and submit
4

Track progress

Track progress from the dashboard
A clear request leads to a better test. Cover these four things:
  • What to test — the feature or user flow
  • Steps — the actions the user takes, in order
  • Expected outcome — what a passing test looks like
  • Edge cases — any variations or special conditions to account for
You can attach videos, screenshots, or plain text.

Example Prompt

Test the checkout flow for a returning customer:
1. User logs in with existing credentials
2. Adds product to cart from the search results
3. Navigates to checkout
4. Selects saved payment method
5. Completes purchase
6. Verify order confirmation appears with correct order details