SelectCheckbox
Last updated
Last updated
The SelectCheckbox Action in the Avo Assure is found under the @Custom List Element. It instructs the Avo Assure Client to select the checkbox specified in the input and save the status (True/False) in output variable.
Input: <ObjectType>;<Visible Text (Optional)>;<Index>
Note: The user needs to provide the type of object, its visible text of the element (if needed), it’s element index
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The user is automating a test case in the SAP GUI application for approving multiple purchase orders. Each purchase order has a checkbox that needs to be selected before submitting the batch for approval. Using SelectCheckbox Action in Avo Assure user can easily select the checkbox present in the purchase orders screen.
checkbox;;0
The 0th index checkbox should be select from the purchase order screen and save the result in output variable as True.
The 0th index checkbox is selected from the purchase order screen and save the {result} in output variable as True.