Advanced Editor

Advanced Editor

To get to the Advanced Editor click Edit Steps under your Test Details.

Adding Login and Logout Flows

You can add your login and logout tests. Login will run before the main test, and logout will run after the run is complete. In order to do this select your login/logout test from the dropdown.

If you want to chain more tests, check out Workflows

You can also choose to replay your session to see what you have recorded by clicking Replay Session

Editing/Adding Steps

To edit a step, click on the step you would like to edit. To add a step click on Add Another at the bottom.

To see the list of step types, click here

Selectors

We advise adding as many different selectors as possible so that your tests will be less likely to fail. Some examples would be:

XPath: //button[text()=' Log in ']

CSS: button[id='login-2']

You can always use the No-Code Editor, or you can re-record if you find yourself challenged by selectors.

Advanced Settings

Setting your step to be optional means even if that particular step fails, the test will still continue.

You can also choose your step to wait before proceeding. Keep in mind that it is in seconds.

Updated at Tue, Jan 24, 2023