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 |
how to test online application
There is an error in opening WinRunner "Error: open connection to CRV (-1). Exiting..." and then the winrunner is terminating. Can any one suggest solution for this?
what load_dll in winrunner
what is automation frmaeworks..which type ofs automation is using yr company..what is contains in automation frmeworks.who will prepare automation frmeworks
how to invoke the window based application in win runner
what is cookies testing and what are the possible test case.
In the Object properties MSW id,MSWclass will appear..what exactly MSW means..?
what are the supporting development environments supported by winrunner
what is the main diff of Qtp9.2 and 9.5 plz tell me
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.
what is add-in manager in WinRunner?
How do you suppress a regular expression?