Hi,
basically, tooltips appears as own windows, therefore, if they are visible they are directly listed in the layer below the host. Because they are disappearing when moving the mouse away from the item, they have to be handled in a special way.
With Spy:
Move your mouse to the item, wait until the tooltip appears and do a
instant tracking on that item.
Now the item your mouse was pointing on is highlighted in spy. Now look for your tooltip - it should be within the list in the layer below your host.
With Recorder: While recording, enable "Enable Hotkeys" in the recorder toolbar. After that, move your mouse to the item, press "m" (this records a mouse move to this item), wait until the tooltip appears, then press "t". Now the information about the tooltip is displayed - select the attribute of the tooltip which you want to validate.
You can also manually add the tooltip to your repository (in Respository, Add New Item -> Add Item, use path "/tooltip"). Drag and drop the added repository item to the action table of your recorder to do a validation (
Manually create recordings)
Best Regards,
Martin
Ranorex Support Team