VerifyDoesNotExists
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘verifyDoesNotExists’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to verify a specific object or element is present or not in the current page of the application, and save the status in output variable
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing an exam form and wants to verify whether a specified element not exists. Using the ‘verifyDoesNotExists’
action, the user can check if the specified element does not exist. This helps ensure that certain elements or objects are absent as expected.
this action should be verifying the element does not exist in that application and store the result in output variable.
The action verifies that the element does not exist in the application and the output variable {Result} contains 'True', which can be used to display or further process.