VerifyDoesNotExists
This ‘verifyDoesNotExists’ is a pre-built Action that comes for the captured Element. The functionality of this in Avo Assure to verify a specific object or element is not present on the current page of the application and stores the result in the dynamic variable.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the status as True or False
Example
Verifies whether a specified UI element is not present on the screen
The VerifyDoesNotExists action checks if the defined object on the application interface does not exist. This is useful for confirming that specific elements are intentionally hidden or removed based on expected conditions in the application. The result of this verification is stored in the {Not Exists} variable as Ture or False

Last updated
Was this helpful?