Micro Focus QTP (UFT) Forums
Tool tip capture - 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: Tool tip capture (/Thread-Tool-tip-capture)



Tool tip capture - psreddy - 11-06-2008

Hi,

If There is no tooltip property for the object then how to capture(Read) tooltip text of an object using QTP


RE: Tool tip capture - krishnas.tester - 11-06-2008

Hi,

you can use "alt" propety to capture tool tip

eg:
Code:
temp=Brower("name").Page("page").Image("imagename).GetROProperty("alt")
msgbox temp


regards
Krishdeep
Chennai