Verify Exists

This is a pre-built action available under the Captured Element from the SAP GUI 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.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

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

Example

Verifying if a Button Exists on the SAP Screen

The Verify Exists action does not require any value from the Input Value column. It checks whether the captured button or UI element exists on the SAP screen. The result of the action is stored in the {Btn Status} variable as True (if the element exists) or False (if the element does not exist).

Last updated

Was this helpful?