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 |
How to find the local host name using winrunner ?
Have you ever created a start-up script?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
If we send the bug report but the developer didnt understood the bug report then will the tester do?
Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz
Have you used winrunner in your project?
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
How do you modify the logical name or the physical description of the objects in gui map?
what is the winrunner framework or architecture?
Where do we use Regular Expression? And what exactly Regular Expression means?
6 Answers College School Exams Tests, JVS,
how to reverse the string using function
how do you know which software with version(ex.msoffice)available in our system,using tsl functions