UnSelectCheckbox
Last updated
Last updated
The UnSelectCheckbox Action in the Avo Assure is found under the @Custom List Element. It instructs the Avo Assure Client to unselect the checkbox as specified in the input and save the status (True/False) in output variable.
Note: This Action will only work if the checkbox is already selected.
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)
In SAP GUI, the "Item from Material Table" checkbox on the VA01 screen is selected by default. During testing, it is necessary to automate the process of unchecking this checkbox to ensure the correct item is selected. By using the UnSelectCheckbox Action in Avo Assure, the user can deselect the checkbox, enabling the program to run as expected.
checkbox;;2
The "Item from Material Table" checkbox should unchecked the 2nd item from the material table and save the result in output variable.
The "Item from Material Table" checkbox is unchecked the 2nd item from the material table and save the {result} in output variable as True.