what is the use of VIRTUAL OBJECTS? explain ?

Answers were Sorted based on User's Feedback



what is the use of VIRTUAL OBJECTS? explain ?..

Answer / uday kumar_anem

Whatever objects that QTP cannot recognize in our
application are called non-standard objects or virtual
objects. Here most of the time QTP doest not identify the
objects because of improper add-ins or if the objects are
advanced controls.
In your application, these virtual objects may behave like
a standard objects. In this scenario we can map these
virtual objects to standard objects by using Virtual Object
Wizard.
To make non standard object into standard object just
follow the below navigation:
Tools -> Virtual Objects -> New Virtual Object -> read the
description and click next -> Assign the class to the object
(means how this non-standard object is behaving standard
object) -> click next -> click on mark object button -> use
the crosshair pointer and mark your non-standard object ->
click next -> choose your configuration in object
onfiguration dialog -> click next -> Give a name to this
virtual object and give collection name -> click finish

The following are restrictions on virtual objects:
1. QuickTest does not support virtual objects for analog or
low-level recording.
2. The Web page or application window must be the same size
and in the same position when recording and running tests s
as it was when you defined the virtual object.
3. You cannot insert any type of checkpoint on a virtual
object.
4. The virtual object should not overlap other virtual
objects in your application or Web page.
5. You can define virtual objects only for objects on which
you can click or double-click and which record a Click or
DblClick step. Otherwise, the virtual object is ignored.

Is This Answer Correct ?    74 Yes 2 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / umasankar

You can define virtual objects only for objects on which
QuickTest Professional records Click or DblClick methods.
Otherwise, the virtual object is ignored.

For example, if you define a virtual object over the
WinList object, the Select operation is recorded, and the
virtual object is ignored.

Using the Virtual Object Wizard, you can map a virtual
object to a standard object class, specify the boundaries
and the parent of the virtual object, and assign it a name.
You can also group your virtual objects logically by
assigning them to collections.

The virtual object should not overlap other virtual objects
in your application or Web page. If the virtual object
overlaps another virtual object, QuickTest may not record
or run tests correctly on the virtual objects.

Is This Answer Correct ?    30 Yes 17 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / brahma reddy

The use of virtual objects in qtp is identifies the objects
including pixels(with co-ordinates.)

Is This Answer Correct ?    28 Yes 20 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / avdhesh yadav

You can teach QuickTest to recognize any area of your
application as an object by defining it as a virtual
object. Virtual objects enable you to record and run tests
on objects that are not normally recognized by QuickTest.


Avdhesh Yadav
Hewitt Mumbai

Is This Answer Correct ?    9 Yes 2 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / kmr

hi

Virtual Object wizard we can use configure to non standard
object to standard object.

Is This Answer Correct ?    11 Yes 6 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / thangaraj

Ans: 2 Ways you can check Object is recognized or not
1. Using Obejct Repository window Add the object and check
the propery value of it. 2. Using Object spy - spy the
object and check the property value. Values would be
specific to Objects

Example: 1. Open QTP and then Paint window, 2. Record the
object colors like red and yellow and do some actions it
will look like:
Window("Paint").WinObject("Afx:1000000:8").Click 106,277
then Using Virtual Object - Mark the red and give
description of the object as red 3. Now record the same
object and do some actions it will look like:
Window("Paint").WinObject("Colors").VirtualObject
("red").Click 5,5

I think this solves the problem....

Is This Answer Correct ?    8 Yes 6 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / abhesheke

i hope ur are talking about virtual objects wizard this
option is present in winrunner this is specfically used to
recognize any new object.

example:if u have a object which is download from internet
such application cannot be recognized by the tool so to
recognize such object we use virtual object.

any queries plz feel free to ping me
abhesheke@yahoo.com

Is This Answer Correct ?    10 Yes 9 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / priya

After coming to know that QTP could not identify
non-standard objects, we set virtual objects using Virtual
object wizard. But How do u know that QTP could not identify
non-standard objects? could anyone help me on this que?

Is This Answer Correct ?    5 Yes 4 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / less than you

According to use, how virtual object is different from
object spy? If Qtp is not learning a sub-menues. What
should we done? how would we manage on the expert view too?
alkaa.dugaal@gmail.com

Is This Answer Correct ?    4 Yes 7 No

what is the use of VIRTUAL OBJECTS? explain ?..

Answer / sandipgami84

Virtual Obj. Means.....
Application may contaion objects that behave like standard
objects but not recognize by QTP, u can define these
objects as a virtual objects and map them standard class.

Thanks,
Sandip,
099866 45937....

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More QTP Interview Questions

In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.

2 Answers   BirlaSoft, TCS,


In how many ways we can add check points to an application using QTP.

2 Answers   Infogain,


Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.

2 Answers  


I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?

1 Answers  


what is descriptive.create()in qtp?

3 Answers  






I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?

0 Answers  


how to retrieve the xml file data through qtp. can anybody send script for this..

3 Answers   Synechron,


What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.

2 Answers  


Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario

5 Answers   Quinnox,


1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?

0 Answers   HP,


What is object & properties (in QTP)

5 Answers   Ordain Solutions,


Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?

5 Answers  


Categories