What is Global GUI Map?
Answers were Sorted based on User's Feedback
Answer / suresh
Actually two types of modes are there.One is Global Gui and
other is GuI map Per Test mode.
In Global one Gui file maintained for several
scripts.It's not included with the script.You have to
explicitly store the GUI map file and you 've to explicitly
Load the Gui using GUI_load() statements.
Advantage of Global GUI is if the application properties
changes then you've to change the one GUI onlu..
Further discussion welecome..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devbanand
In Short the Global GUI map is nothing but a store house of
all properties of an Application under test globally,It has
all the properties stored concerned with all the objects
that has been recorded.
This Global is used here as these stored properties can
accessed by any user ,from any other module of the
application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar. a
This is the default mode for saving GUI Map file.
It saves all the objects for multiple tests into one place,
so it saves the memory.
Say i have an application with 100 objects and test1 used
80 objects and test2 used 90 objects and test3 uses 70
objects, at max the total size of the Global GUI Map file
is 100. If u use GUI Map File Per Test mode then the total
size is 80+90+70.
We need to explicitly save this Global GUI Map File. We
need not explicitly load this file, because it saves all
objects in the temporary GUI Map file.
If any object properties changes, then we need to change in
one place.
| Is This Answer Correct ? | 0 Yes | 0 No |
How winrunner recognise window/object apart from GUI map file?
How do you clear a gui map files?
Why don’t we normally load the gui maps through start up scripts?
what is mean by release in quality center and who will perfom?
What is the use of virtual object wizard and how it is used?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
how are virtual object configured
hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id mateen_012005@yahoo.com
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
how to upload an application in winrunner which we want to test
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.