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
What is the XML test cases creation?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
Have you used winrunner in your project?
Which function to use to compare the application date with system date?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
How can withwin runner to make single scripts which supports multiple languages?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Difference between winrunner and test director?
What are the three modes of running the scripts?
what is mean by release in quality center and who will perfom?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
Explain the purpose of different record methods?
What is the use of gui map and what happens when gui map file get loaded?
When would you use 'set_window' and when would you use 'win_activate'?