-
-
-
-
-
-
-
-
Note: the Consequences of the 2 buttons are obvious.">
I have a test script that verifies if a check box is checked.How can I do this?:If the check box is checked --> continue with the script.If the checkbox is not checked --> pause the script and a message appears "Check box is not checked" and with 2 buttons "Continue" or "Stop the Script".Note: the Consequences of the 2 buttons are obvious.
-
-
-
-
-
-
-
How does WinRunner evaluates test results?
Following each test run, WinRunner displays the results in a report. The report details all the major events that occurred during the run, such as checkpoints, error messages, system messages, or user messages. If mismatches are detected at checkpoints during the test run, you can view the expected results and the actual results from the Test Results window.
-
What do you mean by the logical name of the object.
An object’s logical name is determined by its class. In most cases, the logical name is the label that appears on an object.
-
How do you load GUI map?
We can load a GUI Map by using the GUI_load command. Syntax: GUI_load(<file_name>);
-
What is the disadvantage of loading the GUI maps through start up scripts?
If we are using a single GUI Map file for the entire AUT then the memory used by the GUI Map may be much high. If there is any change in the object being learned then WinRunner will not be able to recognize the object, as it is not in the GUI Map file loaded in the memory. So we will have to learn the object again and update the GUI File and reload it.
-
How do you identify which files are loaded in the GUI map?
The GUI Map Editor has a drop down “GUI File” displaying all the GUI Map files loaded into the memory.
-
How do you suppress a regular expression?
We can suppress the regular expression of a window by replacing the regexp_label property with label property.
Winrunner Interview Questions
Ans