how to retrive the tooltip by using descriptive programming
in qtp?
Answer Posted / madhu
Browser("micclass:=Browser").Page("micclass:=Page")or
Browser("name:=Browser").Page("title:=Page")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to throw an error in vbscript?
Explain the extension .hta?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
How do you declare a variable in vbscript?
Explain about filter expression?
What is vbscript procedures?
Why is the use of exit do or exit for statements within loops discouraged?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Mention what is vbscript?
How to pass argument by reference to a function in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Compare java script and vb script?
Explain about tristate constants?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.