how to retrive the tooltip by using descriptive programming
in qtp?

Answers were Sorted based on User's Feedback



how to retrive the tooltip by using descriptive programming in qtp?..

Answer / naidu

Use the "title" property to get the tool tip of any button, hyperlink etc.

Is This Answer Correct ?    0 Yes 0 No

how to retrive the tooltip by using descriptive programming in qtp?..

Answer / madhu

Browser("micclass:=Browser").Page("micclass:=Page")or
Browser("name:=Browser").Page("title:=Page")

Is This Answer Correct ?    0 Yes 0 No

how to retrive the tooltip by using descriptive programming in qtp?..

Answer / guest

Use the "alt" property of the object and use the
getelementsbytagname method.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More VB Script Interview Questions

who will create the object?

0 Answers   Estuate,


Mention how you can call vbscript functions?

0 Answers  


How to Import data from a file (file is on the desktop) to the data table

0 Answers   IBM,


What is a difference between scripting language and programming language?

2 Answers  


Explain about the extension .hta?

0 Answers  


How to open excel in vb script?

0 Answers  


Explain about scrrun.dll?

0 Answers  


Check whether given Number is Even or Odd?

2 Answers   HDFC,


Difference between Do while loop and while wend loop

1 Answers  


How are values assigned to the variables in the vbscript language?

0 Answers  


What is the technology used by vb script?

0 Answers  


Which operator can be used to change the value of the operand or change the state of the condition?

0 Answers  


Categories