| 19) When you create GUI map do you record all the objects of specific
objects?[/b]
a. If we are
learning a window then WinRunner automatically learns all the objects in the
window else we will be identifying those object, which are to be learned in a
window, since we will be working with only those objects while creating
scripts. 20) What is the purpose of set_window command?[/b]
a. Set_Window command sets the focus to the
specified window. We use this command to set the focus to the required window
before executing tests on a particular window. Syntax[/b]: set_window(<logical name>, time);[/i]
The logical name is the
logical name of the window and time is the time the execution has to wait till
it gets the given window into focus. |