Skip to content

Verify Checkbox Is Checked: VERIFYCHECKED

The Verify Checkbox Is Checked action checks if a specific checkbox is selected (checked) on the screen. This action is useful for verifying that a checkbox is checked as expected, especially in forms or settings where a selected checkbox may be required. The checkbox to be checked is identified by a locator (page and element).

Example: Let’s verify that the Terms and Conditions checkbox on a registration form is checked.

Steps to configure:

  1. Add a new step.
  2. Select VERIFYCHECKED from the Action drop-down.
  3. In the Screen Name field, select the screen where the checkbox is located (e.g., Registration Form).
  4. In the Element Key field, select the checkbox element you want to verify (e.g., Terms and Conditions checkbox).
  5. Leave Parameters box blank.
  6. Click Save.

v7_verification_&_validation_verify_checked

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

Expected Outcome on execution:

  • The Verify Checkbox Is Checked action will check if the specified checkbox (e.g., Terms and Conditions) is selected.
  • If the checkbox is checked, the action will pass, confirming that the required checkbox is selected.
  • If the checkbox is not checked, the action will fail, indicating that the checkbox selection does not meet the requirement.

Last updated: Oct 9, 2025
Back To Top