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 VERIFYALLEQUAL 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.

v7_verification_&_validation_verify_all_equal

Note: Ensure that the Screen Name and Element Key are set up 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.

Last updated: Oct 9, 2025
Back To Top