what is the use of VIRTUAL OBJECTS? explain ?
Answers were Sorted based on User's Feedback
Answer / akshra
The Qtp cannot identifes the certain objects as standard
object on that time we can do that one as virtual object
and and QTP can identifies as standard object
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / baburam
Some of the Objects in Application are not belongs to
Standard windows Object Class Like WebEdit,Combobox and it
is not identify by our tool but they look like standard
windows Objects. So unique identification of these objects
is problamatic. For identifying These type of Objects we
will convert particular object as a virtual object.
We can use these objects by Assigning them to a
standard windows object class. Like if the object is
behaving like a table but it is not belongs to standard
windows Table Class, what we can do is just convert
particular Table object as a Virtual Table by using the
tool that we are using.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreeprasad
The use of virtual objects in qtp is identifies the objects
including pixels(with co-ordinates.)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / veena
hi.....
change the object properties in by using virtual object
if there is any mistake plz tell .............
thank you
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the extension of the recovery scenario file in qtp?
What do you mean by iteration?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
is we can import the object repository from external source. if it so then how?
How to use custom checkpoints in QuickTest Professional?
how will check the links in multiple pages at a time
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
what is the code in QTP to take screen shot?
Is virtual object supported in low level recording mode?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
how to capture tool tip in QTP and which check point is needed