What are the advantages of Global gui over gui map per test
mode?
Answer Posted / sailaja
Global GUI is the default one. only one GUI map file will
be maintained for all the tests. you have to save the GUI
file and load that into memory when ever it is needed by
the application. memory will be saved. even when the
application got any kind of changes, you need to modify
only one file, which is easy.
GUI map file per test; you have to set this in General
options. ever test will have a separate GUI map file
independently. the files will automatically be saved and
loaded when ever needed by the application. no explicit
saving is needed. you need to modify every file when the
application got any kind of changes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you maintain the document information of the test scripts?
How do you find an object in an gui map.
How do you handle dynamically changing area of the window in the bitmap checkpoints?
When would you use 'set_window' and when would you use 'win_activate'?
How do you identify which files are loaded in the gui map?
How can withwin runner to make single scripts which supports multiple languages?
What are the two modes of recording?
Which are default codes winrunner generates when we start the application?
How to read the third party controls in the application
What all are the different databases winrunner can support?
What is debug mode in Winrunner?
How do u check FONTS in Login Window?
Difference between winrunner and test director?
When do you feel you need to modify the logical name?
What is the XML test cases creation?