Create a new suite
View your suitesOnce you’re logged in, your test suites appear in the left sidebar of your homepage.

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.

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

- 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.

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
Adding goals

Tip: Keep goals simple for best results.

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.