how to retrive the tooltip by using descriptive programming
in qtp?
Answers were Sorted based on User's Feedback
Answer / naidu
Use the "title" property to get the tool tip of any button, hyperlink etc.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhu
Browser("micclass:=Browser").Page("micclass:=Page")or
Browser("name:=Browser").Page("title:=Page")
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Use the "alt" property of the object and use the
getelementsbytagname method.
Is This Answer Correct ? | 0 Yes | 3 No |
who will create the object?
Mention how you can call vbscript functions?
How to Import data from a file (file is on the desktop) to the data table
What is a difference between scripting language and programming language?
Explain about the extension .hta?
How to open excel in vb script?
Explain about scrrun.dll?
Check whether given Number is Even or Odd?
Difference between Do while loop and while wend loop
How are values assigned to the variables in the vbscript language?
What is the technology used by vb script?
Which operator can be used to change the value of the operand or change the state of the condition?