View Single Post
Old 18-03-06, 01:40 PM   #8 (permalink)
Spoorthi
Super Moderator
 
Spoorthi's Avatar
 
Join Date: Mar 2006
Posts: 4,803
Thanks: 9
Thanked 630 Times in 488 Posts
Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101 Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute


23) How do you unload the GUI map?[/b]


a. 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: [/b]GUI_close(<file_name>);
or GUI_close_all;[/i]


[/b]


24) What actually happens when you load GUI map?[/b]


a. When we load a GUI Map file, the
information about the windows and the objects with their logical names and
physical description are loaded into memory. So when the WinRunner executes a
script on a particular window, it can identify the objects using this
information loaded in the memory.


Spoorthi is offline   Reply With Quote
The Following User Says Thank You to Spoorthi For This Useful Post:
AjayKumar.Kataram (22-11-08)