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: set_window(<logical name>, time); 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.
set_window is used to set the specified window and its objects to work on them.the window name must be in guimap editor first so that win runner can recognize it.
set_window is the command which is used to set the focus on the specific window. For example when one or more windows are opened simultaneoulsly and the current application to which the user working is 'set_window'. When second window is clicked the set focus to pointing to other window which was clicked...