InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Gui Map And What Happens When Gui Map File Get Loaded? |
|
Answer» 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. 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. |
|