Skip to main content

Create a new suite

View your suites
Once you’re logged in, your test suites appear in the left sidebar of your homepage.
Dashboard Create a suite
Click the New button at the top of the sidebar. Enter your suite name and click the Create button.
View suite details
Click on the suite name in the sidebar.
Suite

Create a test

Inside a suite, click the New Test button on the right to launch the Compose View.

Adding steps

  • Enter saucedemo.com in the Go to URL input and click Add
  • Click on Add an instruction and select Input
Steps
  • Enter standard_user in value, select New Element, and enter Username as prompt
  • Click on Add an instruction and select Input
  • Enter secret_sauce in value, select New Element, and enter Password as prompt

Live browser view

The browser pane on the right shows your test in action.
  • Click Start Run to open the session.
  • Click Stop to end it.
  • Click Rerun to restart from the first step.
Live view

Adding more steps

When adding more steps while live view is on, the steps continue to execute
  • Click on Add an instruction and select Click
  • Select New Element and enter Login as prompt
The live mode will show the execution of the click step.

Adding goals

Goal Agent Enter a natural-language goal in the bottom input and click Go. The autonomous agent will attempt all available actions to reach your goal. When complete (or if it gets stuck), it will show the sequence of steps it took. You can discard them or add them to your test.
Tip: Keep goals simple for best results.
Goal Agent Steps

Viewing script and selectors

When an instruction runs, its generated script appears in the script box. Click the element description to toggle between available selectors.

Saving and discarding

  • Click Save to persist your test (there is no autosave).
  • Click Discard to throw away unsaved changes.