Skip to content

Verify Equality of All Matching Elements: VERIFYALLEQUAL

The Verify Equality of All Matching Elements action checks if all values located using a specified locator match a value defined in the parameter section. If all match, the action passes; otherwise, it fails.

Example: Suppose you want to validate that all status labels on a dashboard display “Active.”

Steps to configure:

  1. Add a new step.
  2. Select Verify Equality of All Matching Elements from the Action drop-down.
  3. Specify the Screen Name (e.g., “Dashboard”).
  4. In Element Key, select the locator identifying all status labels (e.g., Status)
  5. Enter “Active” in the Parameter Section.
  6. Click Save.

Note: While the steps for adding an action command are identical in both views, the display of the steps changes:

scrn-Verify-Equality-of-All-Matching-Elements-Tabular-View
Tabular View
scrn-Verify-Equality-of-All-Matching-Elements-Card-View
Card View

Note: Ensure that the Screen Name and Element Key are defined before using this action.

Expected Outcome on execution:

  • If all located values are “Active,” the step passes.
  • If any value differs, the step fails, highlighting mismatched data.

Back To Top