Print Page | Close Window

How do you unload the GUI map?

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=3188
Printed Date: 14Dec2024 at 5:49am


Topic: How do you unload the GUI map?
Posted By: tanushree
Subject: How do you unload the GUI map?
Date Posted: 24Oct2007 at 6:12am
We can use GUI_close to unload a specific GUI Map file or else we call use GUI_close_all command to unload all the GUI Map files loaded in the memory.
Syntax: GUI_close(<file_name>); or GUI_close_all;



Print Page | Close Window