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:
- Add a new step.
- Select Verify Equality of All Matching Elements from the Action drop-down.
- Specify the Screen Name (e.g., “Dashboard”).
- In Element Key, select the locator identifying all status labels (e.g., Status)
- Enter “Active” in the Parameter Section.
- Click Save.
Note: While the steps for adding an action command are identical in both views, the display of the steps changes:


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.