Interview Questions

How do you unload the GUI map?

Mercury WinRunner FAQ


(Continued from previous question...)

How do you unload the GUI map?

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(); or GUI_close_all;

(Continued on next question...)

Other Interview Questions