VerifyDisabled
Last updated
Last updated
This ‘verifyDisabled’ is pre-built Action Located under the captured Element. It instructs the Avo Assure client to checks if a specified object or element is disabled on the current page of the application.
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Scenario:
Consider a scenario where you are testing bank application during the process of creating a new account the "Continue" button should remain disabled if any required details are missing. The button will only become enabled once all the necessary information is filled in. To verify that the button is disabled when the details are incomplete, Using ‘verifyDisabled’ action.
Input: N/A
Expected Result: This 'verifyDisabled' action should verify that the captured button is disabled.
Output: This 'verifyDisabled' action successfully verified that the captured button is disabled.