GetStatus
Last updated
Last updated
The GetStatus Action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to retrieve the current status of the object and save the result 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>;<Dynamic Variable>(Optional)
In SAP GUI SE38, certain checkboxes are used to enable or disable specific options during ABAP program execution. The tester needs to verify whether a specific checkbox is selected or not before proceeding with the next steps of the test. Using GetStatus Action in Avo Assure it automating the status check ensures the correct configuration is applied.
checkbox;;0
The GetStatus Action should fetch the status of the checkbox and save the result in output variable as checked.
The GetStatus Action fetched the status of the checkbox as checked and save the {result} in output variable as checked and {status} as True.