What is the purpose of set_window command?

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(, 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.

Showing Answers 1 - 7 of 7 Answers

ravi

  • Feb 26th, 2006
 

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.

  Was this answer useful?  Yes

ravi varma

  • Feb 26th, 2006
 

it is used to set the focus on the specified window that you want to work.

  Was this answer useful?  Yes

nagarjuna

  • Jun 7th, 2006
 

The purpose of set_win is when we are excuting any application the window shuold apper with login name and the time we have given

 

Snntax: set_win(login name,time)

  Was this answer useful?  Yes

vidya

  • Jul 23rd, 2007
 

 set_window specifies the window to receive input accroding
  to the windows logical name

  Was this answer useful?  Yes

pjchary07

  • Sep 11th, 2007
 

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...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions