Verify Exists

This is a pre-built action available under the Captured Element from the SAP Application. The functionality of this action in Avo Assure is to verify the element present on the page. It verifies the presence of the captured element and stores the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value

Argument
Description

<Dynamic Variable> (Required)

This variable holds the result as True (if element exists) or False (if not found)

<Dynamic Variable> (Optional)

This dynamic variable holds the status as True or False.

Example

Verifying the Presence of a Username textbox Element on the Screen

The Verify Exists action takes no input value and checks whether the captured username Textbox element is present on the screen. The result of the verification is stored in the {VerifyExists} variable.

Last updated

Was this helpful?