The extension for a GUI Map file is “.gui”.
[Source: JAGAN MOHAN "Interview questions bible"]
Published Questions » Testing and QA Interview Questions
What is the extension of gui map file?
Posted by DevinHow do you declare constants?
Posted by Devin
a) The const specifier indicates that the declared value cannot be modified. The class of a constant may be either public or static. If no class is ex ...
What check points you will use to read and check text on the GUI and explain its syntax?
Posted by Devin
a) You can use text checkpoints in your test scripts to read and check text in GUI objects and in areas of the screen. While creating a test you point ...
What are the synchronization points?
Posted by Devin
a) Synchronization points enable you to solve anticipated timing problems between the test and your application. For example, if you create a test tha ...
The GUI Map Editor has a drop down “GUI File” displaying all the GUI Map files loaded into the memory.
[Source: JAGAN MOHAN "Interview questions ...
How do you declare arrays?
Posted by Devin
The following syntax is used to define the class and the initial expression of an array. Array size need not be defined in TSL. b. class array_name [ ...
We use obj_get_text (, ) function to get the text from an object b. We use win_get_text (window, out_text [, x1, y1, x2, y2]) function to get the text ...
What is parameterizing?
Posted by Devin
In order for WinRunner to use data to drive the test, you must link the data to the test script which it drives. This is called parameterizing your te ...
Saved Stories
Sponsored Categories
