How to know from the script that whether the object is
custom object or virtual object?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What are the advantages of Global gui over gui map per test mode?
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
If winrunner doesn't understand the Text in the Application what you do?
what is the automation framework?
What is the definition of function?
hi i am unable to do select the flight in the flight table like list_select_item ("Flight",v_Select_Flight); v_Select_Flight=19072 LON 08:00 AM LAX 10:00 AM AF $161.90 why it is happining pls clarify me doubt
How should we write and execute a user define function using WinRunner.
How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....
During debugging how do you monitor the value of the variables?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com
Have you ever written test cases or did you just execute those written by others?