Visit URL steps

By default, when you start recording a browser test, the mabl Trainer adds a default Visit URL step to the app.url under test. If you need to visit other URLs in a test, you can add additional Visit URL steps.

👍

Focused testing

Visit URL steps can be useful if you need to test something on a specific page in your application. One you log in, add a visit URL step to skip navigation steps and get right to what you want to test. (Make sure that site navigation is covered in at least one test so that you can skip it elsewhere.)

Adding a Visit URL step

  1. Click on the plus icon to add a step.
  2. Select Visit URL from the Trainer step menu.
  3. Enter the URL value. You can enter a string template or variable value into the navigation bar.
  4. Click OK. A new Visit URL step will appear in the Trainer, and it will navigate to the URL that appears in the preview.
298

String values can reference variables.

In addition to this method, there are two other ways that you can record a Visit URL step in the mabl Trainer:

Visit a static URL

  1. Turn the Rec button on (if it isn't on already).
  2. Type the URL into the navigation bar.
  3. Press enter. As long as the Rec button is on, the mabl Trainer will automatically record a Visit URL step.

Visit a URL assigned to a variable

  1. Click the {x} button at the bottom of the mabl Trainer.
  2. Select Use an existing variable .
  3. Click on the URL to visit button.
  4. Choose the variable from the dropdown.
  5. Click OK . A new Visit URL step will appear in the Trainer, and it will navigate to the URL assigned to the selected variable.