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 |
regular expression that will recognize a browser as long as its name property starts with mybrowser
Explain the string concatenation function in vbscript?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
write a vb script to display calculator using case statement?
Why to use option explicit in vb script?
Mention what if you do not specify anything when you call a procedure?
How to pass the parameter from one function to another function in VB Scripting?
If else for do while select in vb script?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
What is the difference between VBScript and JavaScript?
how to write function to validate the number of characters entering into the text box?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?