VerifyCellToolTip
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to verify if the tool tip text is present in the specified table cell and save the result in the output 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: <row>;<col>;<value>
For above syntax user needs to provide row number and column number of which table cell user wants to fetch the value along with the value which tooltip text needs to be verified with specific table cell.
Output:
<Dynamic Variable>;<Dynamic Variable>(Optional)
In an e-commerce application, the "Product Inventory" page displays a table of products, each with multiple columns such as Product Name, SKU, Stock Quantity, and Price. Some cells in the table contain tooltips that provide additional information when the user hovers over them (e.g., showing the full product name or additional details). The "verifyCellToolTip" Action is used to check that the tooltip text associated with a specific cell is correct and appears as expected when hovering over a table cell.
6;2;Mobile
The Action needs to verify that the tooltip for a specific product name cell displays the correct tooltip text and save the status in the Output Variable.
The Action is verifying the Tooltip of the cell and save the result in the {result} Output Variable as True, which can be utilized for display or other purposes.