Skip to main content

Steps & Actions

A UI test is a sequence of steps. Each step has an action, a description, and element locators.

Managing steps

  • Reorder — drag steps to change the execution order
  • Edit — click a step to modify its action, value, or locators
  • Delete — remove steps you don’t need
  • Insert — add new steps between existing ones

Action types

Browser actions

Assertions

Email actions

Step results

After running a test, each step shows:
  • Status — passed, failed, or skipped
  • Duration — how long the step took
  • Screenshot — what the page looked like after the step
  • Error — what went wrong (if failed)