VerifyCellToolTip
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Note: A tooltip for a table cell is a small pop-up box that appears when you hover your mouse over a cell in the table. It provides additional information or context about the data in that cell, helping users understand it better without cluttering the table.
Input Value: <Row>;<Col>;<Value>
<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
<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