VerifyToolTipText
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘verifyToolTipText’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to verify the tooltip text displayed for a specific object matches the expected text and store the result in output variable.
Note: Tooltip is a small pop-up box that appears when a user hovers over an object, providing additional information.
Input: <input Value>
The Input value should be the expected tooltip value which is to be verified against the actual tooltip value
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Consider a scenario where a user is testing the Amazon shopping application and wants to verify the tooltip of a search element. Using the ‘verifyToolTipText’
action, the user can compare the expected tooltip text with the actual tooltip displayed.
Search here
This action should verify tool tip text with input value and store the status in output variable.
The action successfully verifies the tooltip text against the input value and the output variable {Result} contains 'True', which can be used for display or further processing.