how are objects identified by winrunner
Answers were Sorted based on User's Feedback
Answer / krishnaveni
When a script is executed,WR goes to GUI where all the
objects and their properties are stored. WR learn an object
and its properties and try to identify that object in the
application. If WR identifies the object with the same
properties as defined in the GUI, then only WR perform an
action on that object. So WR identifies an object with the
help of GUI
| Is This Answer Correct ? | 0 Yes | 0 No |
WR identifies an object by its Phyysical properties
Ex. when WR sees an object Cancel button,it recognises that
it is in an open window,and it belongs to PushButton object
class and has the text label Cancel
These objects are Learnt using GUI Spy's(GUI map editor)
and also using Virtual Wizards
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aaa
With the help of GUI Map Editor where we save all our GUI
files.
| Is This Answer Correct ? | 0 Yes | 1 No |
Tell me the function to export the content from one data table to the other?
1 Answers Landscape Technologies,
What are the two modes of recording?
which testing life cycle are u following & explain
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
how to test online application
Explain data parameterization in winrunner?
how u can crate a database checkpoint in ur script?
how do you analyze the properties associated with object
What is the purpose of set_window command?
what is Retesting and what is the difference between Retesting and Regression testing?
7 Answers Accenture, Infeneon Technologies,
Have you ever written test cases or did you just execute those written by others?
If the object does not have a name then what will be the logical name?