Get Status
Last updated
Was this helpful?
Last updated
Was this helpful?
The GetStatus Action under the @Custom Element 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.
Input: checkbox;;0
Expected Result: The GetStatus Action should fetch the status of the checkbox and save the result in output variable as checked.
Output: The GetStatus Action fetched the status of the checkbox as checked and save the {result} in output variable as checked and {status} as True.