Forum Discussion

kiran_mehta321's avatar
10 years ago

Tooltip testing


Hi,



I am trying to validate a tooltip text when hovered over a column header in a web page.

I cannot spy for the tooltip object using both point and fix  and drag and point methods using object spy.



Is using .title property of the column header object the right verification method?

I dont feel it correct since by doing this you are not actually verifiying the tooltip instead only verifying the title property of the column header has the tooltip text.

Is there any alternative way to check if the tooltip actually appeared on the browser?













Ref thread:

http://smartbear.com/forums/f74/t83909/problem-finding-tooltip-hoverover-objects/


1 Reply

  • gid_216's avatar
    gid_216
    Frequent Contributor
    Try once with .alt property. The pages I verified has the alt property and are working fine.

    Else if possible can you give url for a sample site.