Skip to main content

Writing your First Script

  1. Begin on the script creation page, where you will find an option to “Enter URL”.
  2. Enter your website’s URL into the provided field to load the page.
  3. Once the page loads, you can add subsequent steps (like clicks, text input, etc.) to build out your test script. Test script

Adding Instructions to your Test

  1. After loading your URL, “Compose Mode” becomes active, prompting you to add your first instruction.
  2. All available automation actions (such as ‘Click’, ‘Type’, ‘Assert’) are listed under the “Add an instruction” dropdown.
  3. Select an action (e.g., “Click”). You can then choose from a list of saved elements or use the AI prompt to find a new one (e.g., “Click on Add task CTA”). After you click ‘Add’, the script will perform the action. Test script

Editing and Running your Test

You have several controls to manage the test execution and edit steps.
  • Stop / Rerun: The Stop button pauses the execution, allowing you to make changes. The Rerun button runs the test again from the beginning.
  • Drag and Drop: Use the drag icon on the left of each step to change the order of execution.
  • Edit / Delete: Clicking the three dots on a step allows you to either Edit its content or Delete the step entirely. Test script

Saving a Test

  1. When you are satisfied with the test execution, locate the “Save” button at the top-left of the screen.
  2. Click “Save” to open a pop-up, which will ask you to name your test.
  3. You also have a “Close” option, which closes the Compose window without saving the test. Test script

Viewing and Exporting Test Scripts

  1. After saving, navigate to the test.
  2. Click the Scripts tab to see the generated code for each instruction.
  3. Click Export to download the full test script. Test script