Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to close the winrunner window from the script itself?what is the code?

2 Answers   EDC,


what load_dll in winrunner

2 Answers   Sonata,


What are Optinal Properties and Obligation Properties? please explain in detail.

2 Answers  


Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com

3 Answers   CA,


What are the reasons Winrunner fails to identify an object in the GUI?

3 Answers   Bristle Cone, Logica CMG,


how many license keys are there for winrunner in your company?

3 Answers   MBT,


whats spiral testing. give example

1 Answers  


What is toogle breakpoints? How does it differ from break points?

0 Answers  


What is the purpose of the temp GUI map file?

0 Answers  


What is the function in WR for replacing the existed data to blank?

1 Answers  


Which Key is pressed to toggle between Analog and Context Sensitive Mode?

3 Answers  


wat is the d/b windows 95&98&xp?could anybody give reply ?

0 Answers   CybAge, Semcom,


Categories