How many Record Methods are there in Winrunner?
Answer Posted / deepak ethirajan
1) Record instructs WinRunner to record all operations
performed on a GUI object. This is the default record
method for all classes. (The only exception is the static
class (static text), for which the default is Pass Up.)
2) Pass Up instructs WinRunner to record an operation
performed on this class as an operation performed on the
element containing the object. Usually this element is a
window, and the operation is recorded as win_mouse_click.
3) As Object instructs WinRunner to record all operations
performed on a GUI object as though its class were object
class.
4) Ignore instructs WinRunner to disregard all operations
performed on the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of gui map configuration?
When it is appropriate to change physical description?
Could you anyone share me the path to download the automation tools which are having trial license version?
How do you configure gui map?
How to have winrunner insert yesterdays date into a field in the application?
How do you copy and move objects between different gui map files?
How can withwin runner to make single scripts which supports multiple languages?
How do u check FONTS in Login Window?
Difference between winrunner and test director?
How you integrated your automated scripts from TestDirector?
What is the purpose of a gui spy?
What information is contained in the checklist file?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
global sheet and external excel sheet how it will work
What do you verify with the database check point custom and what command it generates, explain syntax?