| 21) How do you load GUI map?[/b]
a. We can load a GUI Map by using the GUI_load
command. Syntax: [/b]GUI_load(<file_name>);[/i] 22) What is the disadvantage of loading the GUI maps through start up
scripts?[/b]
a. If we are using a single GUI Map file for the
entire AUT then the memory used by the GUI Map may be much high.
b. If there is any change in the object being
learned then WinRunner will not be able to recognize the object, as it is not
in the GUI Map file loaded in the memory. So we will have to learn the object
again and update the GUI File and reload it. [/b] |