Winrunner Question 21: How do you load GUI map? What is the disadvantage of loading the GUI maps through start up scripts?
How do you load GUI map?
We can load a GUI Map by using the GUI_load command.
Syntax: GUI_load(<file_name>);
What is the disadvantage of loading the GUI maps through start up scripts?
We can load a GUI Map by using the GUI_load command.
Syntax: GUI_load(<file_name>);
What is the disadvantage of loading the GUI maps through start up scripts?
- 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.
- 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.