Skip to content

Verify Checkbox Is Not Checked: VERIFYUNCHECKED

The Verify Checkbox Is Not Checked action checks if a specific checkbox is not selected (unchecked) on the screen. This action is useful for verifying that a checkbox is left unchecked, especially in situations where the absence of a checkmark is required or expected. The checkbox to be verified is identified by a locator (page and element).

Example: Let’s verify that the Subscribe to Newsletter checkbox on a registration form is not checked.

Steps to configure:

  1. Add a new step.
  2. Select Verify Checkbox Is Not Checked 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., Subscribe to Newsletter checkbox).
  5. Leave Parameters box blank.
  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-Checkbox-Is-Not-Checked-Tabular-View
Tabular View
scrn-Verify-Checkbox-Is-Not-Checked-Card-View
Card View

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

Expected Outcome on execution:

  • The Verify Checkbox Is Not Checked action will check if the specified checkbox (e.g., Subscribe to Newsletter) is not selected.
  • If the checkbox is unchecked, the action will pass, confirming that the checkbox selection is as expected.
  • If the checkbox is checked, the action will fail, indicating that the checkbox selection does not meet the requirement.

Back To Top