-
How do I read text inside dialogue boxes or pop ups using winrunner
I want to read text inside dialogue boxes or pop ups using winrunner. I also want to save the pop up as image in a word document. How to do this? Please help
-
Provide TSL statement which specifies keyboard input...?
Please explain WinRunner architecture.Winrunner is a "record and play" tool.Winrunner process is a six step process.What is Exception Handling in WinRunner?Provide TSL statement which specifies keyboard input
-
Enable a GUI object using Winrunner
How can we enable a GUI object using Winrunner?
-
Custom Object, Standard Object and Virtual Object
What is the use of mapping custom object to standard object?
What is difference between custom object, virtual object and standard object?What anyone will miss if he avoid to mapping or use virtual wizard for custom object? -
Add watch
What is Add watch in Win Runner?
-
Print a value on screen
How can we print a value on screen through WinRunner?
-
WinRunner Function
What are the use of these functions in WinRunner?
1. substr
2. load
3. edit_get_list
4. invoke_application -
Have you performed debugging of the scripts?
Yes, I have performed debugging of scripts. We can debug the script by executing the script in the debug mode. We can also debug script using the Step, Step Into, Step out functionalities provided by the WinRunner.
-
How do you run your test scripts?
We run tests in Verify mode to test your application. Each time WinRunner encounters a checkpoint in the test script, it compares the current data of the application being tested to the expected data captured earlier. If any mismatches are found, WinRunner captures them as actual results.
-
How do you analyze results and report the defects?
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. If a test run fails due to a defect...
-
What is the different between GUI map and GUI map files?
The GUI map is actually the sum of one or more GUI map files. There are two modes for organizing GUI map files. i. Global GUI Map file: a single GUI Map file for the entire application ii. GUI Map File per Test: WinRunner automatically creates a GUI Map file for each test created. GUI Map file is a file which contains the windows and the objects learned by the WinRunner with its logical name...
-
How do you unload the GUI map?
We can use GUI_close to unload a specific GUI Map file or else we call use GUI_close_all command to unload all the GUI Map files loaded in the memory. Syntax: GUI_close(<file_name>); or GUI_close_all;
-
What is the extension of gui map file?
The extension for a GUI Map file is “.gui”.
-
What is a checkpoint and what are different types of checkpoints?
Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version. You can add four types of checkpoints to your test scripts: i. GUI checkpoints verify information about GUI objects. For example, you can check that a button is enabled or see which item is selected in a list. ii. Bitmap checkpoints take a “snapshot” of a window...
-
What are the synchronization points?
Synchronization points enable you to solve anticipated timing problems between the test and your application. For example, if you create a test that opens a database application, you can add a synchronization point that causes the test to wait until the database records are loaded on the screen. b. For Analog testing, you can also use a synchronization point to ensure that WinRunner repositions...
-
What is the purpose of tl_step command?
Used to determine whether sections of a test pass or fail. Syntax: tl_step(step_name, status, description);
-
What is the use of function generator?
The Function Generator provides a quick, error-free way to program scripts. You can: i. Add Context Sensitive functions that perform operations on a GUI object or get information from the application being tested. ii. Add Standard and Analog functions that perform non-Context Sensitive tasks such as synchronizing test execution or sending userdefined messages to a report. iii. Add Customization...
-
-
-
Winrunner Interview Questions
Ans