How to know from the script that whether the object is
custom object or virtual object?

Answers were Sorted based on User's Feedback



How to know from the script that whether the object is custom object or virtual object?..

Answer / sree lakshmi

by using virtual object wizard(it was in tools menu) we can
check the give object is custom/virtual object

Is This Answer Correct ?    1 Yes 0 No

How to know from the script that whether the object is custom object or virtual object?..

Answer / semo

Hi sree Lakshmi can u explain in detail..b'cos using virtual
object wizard we can configure virtual objects.
But using that wizard how can we know whether it isa
virtual object or custom object..
and one more the question is how to know it from the
script..?

thanks
Semo

Is This Answer Correct ?    1 Yes 0 No

How to know from the script that whether the object is custom object or virtual object?..

Answer / radha

When Winrunner records the operations on virtual objects
which generates win_mouse_click statements.We can define
these objects as virtual objects.

Is This Answer Correct ?    0 Yes 0 No

How to know from the script that whether the object is custom object or virtual object?..

Answer / vijayan

for standard windows object the script will be like
button_press("OK"); -- for push_button

for vitural object the script will be like

button_press("OK_1"); -- for virtual push_button

so if any logical name of the object have underscore
symbol(_) followed by any interget then we can identify that
the object is vitural object

In physical description we can find one more attribute
called virtual:TRUE, this is we cannt find for the normal
standard windows objects

ex:obj_mouse_click("Agent Name:_1", 21, 13, LEFT);

Is This Answer Correct ?    0 Yes 0 No

How to know from the script that whether the object is custom object or virtual object?..

Answer / palaniappan

virtual object is in tsl
obj_mouse_click(virtual_pushbutton(button name));

and also u can see in Gui map editor --physical dis--
virtual =true

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More WinRunner Interview Questions

what is the diff. Between GUI_unload() and GUI_close()?

3 Answers   Logica CMG,


Define parameterizing?

0 Answers  


How to check property of specific icon is highlighted or not?

0 Answers  


What is the XML test cases creation?

0 Answers   IBM,


In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?

2 Answers   Stag Computers,






Whats a difference between Verification Point and Syncronization point?

6 Answers   AZTEC, CTS,


how do you know which software with version(ex.msoffice)available in our system,using tsl functions

2 Answers   Satyam,


while recording web application the functions are generating as set_window, menu_select_item. my qts is how the web functions will be used either typing manually or will be created by WR while recording? eventhough i selected web add-in. pls. guide me

1 Answers   Wipro,


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

0 Answers  


What is context sensitive Recording?

7 Answers   Second Foundation,


The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!

1 Answers  


what is the use of _set_window in winrunner?

11 Answers   Wipro,


Categories