VerifyEnabled
Last updated
Last updated
This ‘verifyEnabled’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to verify the captured element enable or not and store the result in output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Scenario:
Consider a scenario where a user is testing an e-commerce application. User is trying to verify the button is enable or not. Using the ‘verify Enabled’
action, the user checks whether the login button is enabled or not.
Expected result: This action should be verifying the captured element is enabled in that e-commerce application and store the result in output variable.
Output: The action verify captured element is enabled in the e-commerce application and the output variable {Result} contains 'True', which can be used to display or further process.