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 do you analyze the result in update and debug mode
HOW TO TEST A SOFTWARE/APPLICATION?
Which is the default Record Method for Static Text Object?
How do you identify which files are loaded in the gui map?
1.Can we use multiple excel sheets in winrunner? 2.What is the templet of writing test cases? 3.Which bug tracking tool u r using in u'r company? 4.Can any one give me real time test case format? My mail id id shobha.mar28@gmail.com
3 Answers Cognizant, Infosys, Kaktus Info Solutions,
What are the reasons that WinRunner fails to identify an object on the GUI?
What is debug mode in Winrunner?
Can anyone explain me abt Winrunner Automation framework in detail and what r the steps involved in it
After saving the tsl script of winrunner in TestDirector, if suppose any changes made to the script in ur winrunner would it get updated in TestDirector also???????
which option in WR executes the script line by line
How to automate testcases?what were the challanges that u had in automating win runner?
How are objects set to appropriate class