What is Virtual object wizard in QTP?
Answers were Sorted based on User's Feedback
Answer / vasavi juvvadi
Virtual Object Wizard in the QTP is used to map an object,
which is not recognized by the QTP as Virtual Object in
order to recognize it during the Run time
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay
virual object wizard is used to recognize object which were
fail to recognize in any manner.but is final solutions and
it is not at all advisable.
becuase it recognize the objects by using coordianates, so
if a single fixel is changed also it fails.
by
vijay(SDG)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pran
Certian objects are not recognized by QTP.such objects are
called as Non-standard objects.
We can make these objects as standard Objects
by using Virtual Obj Wizard.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / remi jullian
QTP finds difficulty in identifying certain application
objects. It means, QTP can able to identify it as an
object, but has some difficulty in identifying the class of
the object. In that case, if we perform any operation on
that object, it changes the mode of recording to low level
automatically and records a statement like WinObject
("objectname") for a windows object. These objects are
called as virtual objects.
In that case, QTP provides a flexibility where we can map a
virtual object to a standard object class and make the
virtual object to behave like a standard object class. This
can be done through a virtual object wizard process by
marking the portion of the area to map to the appropriate
selected standard object class.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the entry criteria and exit criteria for your test automation
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
what is meant by Utility object and utility functions?can u all pls explain these clearly.
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
What is the exact difference between QTP and RFT ?
What is the architecture of your project? Can any one answer for this question plz........
How to see the screens after running test in QTP?
what are the different data driven types?
By using QTP can we record any log files written by the application which is in execution?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the difference between shared and local object repository?