Verify ToolTip Text

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 whether the tooltip text of a captured UI element matches the expected value provided in the input value.

Syntax

Input Value: <Input Text>

Argument
Description

<Input Text> (Required)

Provide the expected tooltip text to be verified against the actual tooltip of the element.

Output Value

Argument
Description

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

This dynamic variable holds the result as True or False.

Example

Verifies the tooltip text of the captured element

The Verify Tool-Tip Text action takes the value from the Input Value column (e.g., Doc. date) and verifies whether the tooltip text of the captured element matches the expected text (e.g., Doc. date). The result of the verification is stored in the {TooltipCheck} variable as True (if the text matches) or False (if the text does not match).

Last updated

Was this helpful?