Question - How can you unload GUI map files in WinRunner?
Answer -
Steps involved in unloading the GUI map files;
1. To unload any GUI map file (any particular file) use the following methods;
GUI_Close () or GUI _Unload ().
2. To unload all the GUI map files you have to use the methods;
GUI_Close_all or GUI_Unload_all.