Verify Enabled
Last updated
Last updated
This is the prebuilt actions in Avo Assure comes for elements captured from SAP Application. It instructs the client to check whether captured element is enabled or not within SAP application. If the result is true that means the object selected is enabled.
Input: N/A
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where user is testing SAP application and wants to click on the Place Order button. In this scenario, the Verify Enabled action is used by Avo Assure. It validate that the Place Order button becomes enabled only after the user completes all required actions during the checkout process.
The Verify Enabled action needs to perform on place order button. It saves the Status in {Result} output variable.
The Verify Enabled action performed on textbox element and stores status in {Result} output variable.