Editing automated tests, rename, save as

Updated by Alex Pasco

Open an Automated Test you would like to edit by selecting Automation in the right-hand sidebar.

Select the Edit Icon to edit any of your recorded Test Cases.

You'll see your Automated Test Case in Edit view. Here you can add tags, edit the name of your test, and save your test as a new name.

Editing Your Test

  1. You can edit your step or add asserts by clicking on any step in your test and selecting the Edit Icon from the menu.
  2. This will launch the step in Edit Mode, where you can get details about the step, give it a description / notes, as well as add asserts on any element.
  3. Choose the element you'd like to add an assert to.

Introduction to Asserts (see more details here)

Asserts allow you to set conditions on any test step that you can use to know if your step is passing, failing, and other conditions.

  1. Choose the type of assert you would like to apply to this element (e.g. for text, use Test component has content, or for an image, use Test component is present). If your assert needs additional information, you'll be able to enter it after selecting the type of assert.
  2. For text asserts, enter the the text you wish to check against.
  3. Click Add Assert, and your assert will be set and saved.


How did we do?