Get Tool Tip text from Cell
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to retrieve the tooltip text from the desired cell of table and save the result in the given output variable.
Syntax
Input: <row>;<col>
For above syntax user needs to provide row number and column number of which table cell user wants to fetch the tooltip text.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario: Testing the "Product Information Tooltip" in an E-Commerce Web Application
In an e-commerce application, product details are displayed in a table format on the product listing page. Each product has a small tooltip that appears when hovering over the product name or image, providing additional information such as product features, availability, or a short description. The Get Tool Tip Text of Cell Action is used to validate that the correct tooltip text appears when hovering over specific product cells.
Input
8;3 Expected Tooltip Text: "Click to view details of Smartphone XYZ, 128GB storage, 12MP camera"
Expected Result
This Action needs to retrieve the tooltip text of the cell whose details is given as row and column and save the extracted text in {result} Output Variable.
Output
The Extracted Tooltip text is stored in the {result} output variable as "Click to view details of Smartphone XYZ, 128GB storage, 12MP camera", which can be utilized for display or other purposes.
Last updated
Was this helpful?