VerifyVisible
Last updated
Last updated
This ‘verifyVisible’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to check whether a specific web element is visible on the page and store the result in Output variable.
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Scenario:
Consider a scenario where you are testing a banking application, the user is filling in account details and needs to check whether certain elements (like input fields or buttons) are visible as they proceed. To confirm this, you can use the ‘verifyVisible’ action.
Expected result: This action should be verifying the captured element will be visible on the screen and store the result in output variable. Output: The action verifies that the captured element is visible on the screen, and the output variable {Result} contains 'True', which can be used for display or further processing.