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 |
is we can import the object repository from external source. if it so then how?
How you test the object which is dynamically changes its location?
What is test object?
difference between recording methods and recording modes in QTP
Explain in brief about the QTP Automation Object Model.
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
what is the purpose of .vbs file?
Tell me about userdefined functions ?
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?