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 |
hi. I Am working in Small IT company as Test Engineer. But am looking for change. I have 2+yrs experience, but my problem is MCA 72%, remaining all are Second Division. plz give solution for my problem.am elgible for MNC's or not. if not plz give suggestion............ already i forwarded my resume to lot of MNC's but. I didn,t get CAL............ plz give any suggestion.
How to handle Dynamic Arrays?
why use Description programming? what is advantages and disadvantage of this methods?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is vulnerability?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
how we can do web browser using parametarisation in QTP ?
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
Can we record an application running on a remote machine using qtp?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.