Print Page | Close Window

What is the purpose of set_window command?

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3186
Printed Date: 14Dec2024 at 6:14am


Topic: What is the purpose of set_window command?
Posted By: tanushree
Subject: What is the purpose of set_window command?
Date Posted: 24Oct2007 at 6:10am
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.



Print Page | Close Window