Unselect Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
The Unselect Checkbox action in the Avo Assure under the Captured Checkbox instructs the Avo Assure Client to deselect an already selected checkbox in the application and save the result as True/False in the output variable.
Note: Make sure that the checkbox should already selected.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When you are testing a signup page and there is a checkbox for “Subscribe to Newsletter.” By default, the checkbox is selected. The Avo Assure clicks on the checkbox to uncheck it, for removing the tick mark. Then, it checks if the form updates correctly, so the user will not receive the newsletter emails.
It should deselect the “Subscribe to Newsletter” checkbox and it should store the result in output variable as True.
The result of the Unselect Checkbox action is deselecting the “Subscribe to Newsletter” checkbox and stored in the {result} output variable as “True”, which can be utilized for display or other purposes.