Micro Focus QTP (UFT) Forums
How to validate tool tip in a web page? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to validate tool tip in a web page? (/Thread-How-to-validate-tool-tip-in-a-web-page)



How to validate tool tip in a web page? - qtplearner88 - 03-29-2013

Hi All,

The AUT which we are using as many important tool tips. I am not sure how that can be identified by QTP and validated.Can anyone help me in this regard.

Please let me know if any other details are required.


Regards
Vivek


RE: How to validate tool tip in a web page? - basanth27 - 04-01-2013

There does exist a property called ToolTip for a webobject. Please take a look at it.


RE: How to validate tool tip in a web page? - qtplearner88 - 04-24-2013

I couldn't find a property called Tooltip for any web object on my AUT. Is it a common property in all web objects.

Thanks
Vivek


RE: How to validate tool tip in a web page? - nucleation - 04-24-2013

Check out this link Google Groups

Not sure whether it will help. But its worth trying.

I tried the following code on my site on an image and it worked

Code:
MsgBox Browser("Nucleation").Page("Nucleation").Image("Nucleation").GetROProperty("alt")

However the same did not work with a link on the page.

Regards,
Nucleation