Answer Posted / jothi
Hi,
The object which canot be indentied by the QTP is called
Virtual objects.these objects can be handled by its
properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
what is the latest version of QTP? Main difference between 9.2 and 10 version
how to find that tools work well with ur existing system?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Explain different types of action in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Hi,All How to create a link in excel sheet using qtp
What are the different types of qtp test assets and their extensions?
What is the difference between byref and byval in qtp?
How to run a test using quicktest professional?
What is object repository in qtp?
How do we handle run-time errors?
How to give a call to another action from one action?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..