Validate element not visible

Validate that an element is not visible

The Element not visible validation allows you to verify that an element is not visible on the page. Use this validation to make sure an element disappeared from the screen or was never initially shown.

📘

Web-only step

This step is available for web only.

Adding a Validate element not visible step

To add an Element Not Visible validation:

  1. Hover over the > (arrow symbol) where you want to add the validation.

The action options are displayed.

300
  1. Click on the Toggle Breakpoint button.
400
  1. Click on the Play Scenario button, to run the test until the breakpoint.

  1. Hover over the position again and click on the "M" (Testim predefined steps).
    The Predefined steps menu opens.
300
  1. Click on Validations.
    The Validations section expands.
300
  1. Scroll down through the menu and select Validate element not visible.

📘

Alternatively, you can use the search box at the top of the menu to search for Validate element not visible.

  1. In the AUT window, identify the relevant element that you wish to validate, and click on it to select it.
    The step is created, and a thumbnail of the selected element is shown in the step.

  1. If you want to add a delay before checking that the element is not visible, hover over the step and click on the Show Properties () icon.

The Properties panel opens on the right-hand side.

  1. Select the Pre-step delay (ms) checkbox.
300
  1. In the field that opens, enter the delay duration (in ms).
300

When the test is run and gets to this step, it will wait the specified amount of time before moving to the next step.

  1. Click on the Toggle Breakpoint button after the Validation step to remove the breakpoint.

Modifying a Validate element not visible step

If you want to change the element you selected, you don’t need to delete and re-record the step. Instead, you can just reassign the element with a different element.

To reassign the selected element in a Validate element not visible step:

  1. Hover over the position to the left of the step for which you want to reassign the element and click on the Toggle Breakpoint button.
  2. Click on the Play Scenario button, to run the test until the breakpoint.
  3. Hover over the step for which you want to reassign the element and click on the Show Properties () icon.

The Properties panel opens on the right-hand side.

  1. Hover over the Target element thumbnail.
300

The Target element options are shown.

300
  1. Click Reassign.
300
  1. In the AUT browser, identify the relevant element and click on it to select it.
    The selected element is shown in the Target element box in the Properties panel.
  2. Click on the same Toggle Breakpoint button as before (the one to the left of the step for which you reassigned the element) to remove the breakpoint.