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 |
WHAT PURPOSE TO USE WINRUNNER
what is batch mode, how can u run ur tests in batch mode?
who prepare the RTM?
Explain the purpose of loading winrunner add-ins?
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
What is the different between GUI map and GUI map files?
can u explain what is frame work,can u show it on the paper by drawing ,have u done the frame work in winrunner automation
How to Import(insert) data from an excel sheet to Database(table).
When would you use 'set_window' and when would you use 'win_activate'?
What are the couple of web functions found in the function generator and what is the purpose of them?
What is parameterizing in winrunner?
how many types of run modes are there in Winrunner