Get Object Status
Last updated
Was this helpful?
Last updated
Was this helpful?
The Get Object Status action is available under the Captured Checkbox Element in Avo Assure. It directs the Avo Assure Client to determine whether a checkbox within an application is checked (tick marked) or not checked (not tick marked). During testing, this action verifies the checkbox's selection status and saves the result (True/False) in the specified output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
The user is testing a login form that has a checkbox for “Remember Me.” The Avo Assure checks the checkbox whether it is checked or not checked once the form loads. If “Remember Me” checkbox is not checked, then it leaves as it is. If “Remember Me” checkbox is checked, then it will execute the further steps. This makes sure the “Remember Me” option will works properly or not.
The status of the “Remember Me” checkbox should be correctly identified:
If the checkbox is already selected, then it should show the status as checked.
If the checkbox is not selected, then it should show the status as unchecked, and it should store the result in output variable as Checked.
The result of the Get Object Status action is stored in the {result} output variable as “Checked” and store the status as “True” in the {status} output variable, which can be utilized for display or other purposes.