VerifyCellToolTip

This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to verify if the tool tip text is present in the specified table cell and save the result in the dynamic variable.

Syntax

Input Value: <Row>;<Col>;<Value>

Argument
Description

<Row> (Required)

Row number of the specified table cell

<Col> (Required)

Column number of the specified table cell

<Value> (Required)

Tooltip text that needs to be verified for the specified cell

Output Value

Argument
Description

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

This variable stores the result in the True or False

Example

Verifies whether the tooltip text for a specific cell in the table matches the expected value.

The Verify Cell ToolTip action checks if the tooltip of the table cell (e.g., 6;2;Mobile) contains the given value. If the tooltip text matches, the result is stored in the {result} variable with the following possible values:

  • True – if the tooltip text is verified successfully

  • False – if the tooltip text does not match or an error occurs

Last updated

Was this helpful?