Select Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
Select Checkbox action in the Avo Assure is found under the Captured Checkbox Element. It instructs the Avo Assure Client to select and check checkbox in an application and save the result as True/False in the output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When you are testing a registration form on an application. There is a checkbox that says, “I agree to the terms and conditions.”The Select Checkbox Action will help to click on the checkbox to put a tick mark in it. After that, it checks whether the checkbox is selected if it is, then the form will submit. This makes sure users agree to the terms before they can sign up.
The checkbox that says, “I agree to the terms and conditions.” should be selected and it should store the result in output variable as True.
The result of the Select Checkbox action is stored in the {result} output variable as “True”, which can be utilized for display or other purposes.