WinRunner Question: Download WinRunner PDF

What is the purpose of different record methods
1) Record
2) Pass up
3) As Object
4) Ignore.?

Tweet Share WhatsApp

Answer:

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.

Download WinRunner PDF Read All 67 WinRunner Questions
Previous QuestionNext Question
How do you analyze results and report the defects?How do you find out which is the start up file in WinRunner?