-
IE Close problem in Winrunner
I am new to WinRunner, so sorry if this is a obvious question. If my web application is opened and I hit record, my Internet Explorer window closes. This requires me to start recording from the very beginning (launching IE) and walk though the entire workflow prior to where I wanted to start recording. Thanks for any help.
-
What is the purpose of loading WinRunner Add-Ins?
Add-Ins are used in WinRunner to load functions specific to the particular add-in to the memory. While creating a script only those functions in the addin selected will be listed in the function generator and while executing the script only those functions in the loaded add-in will be executed else WinRunner will give an error message saying it does not recognize the function.
-
What is the purpose of set_window command?
Set_Window command sets the focus to the specified window. We use this command to set the focus to the required window before executing tests on a particular window. Syntax: set_window(<logical name>, time); The logical name is the logical name of the window and time is the time the execution has to wait till it gets the given window into focus.
-
What is the purpose of GUI map configuration?
GUI Map configuration is used to map a custom object to a standard object.
-
What are the virtual objects and how do you learn them?
Applications may contain bitmaps that look and behave like GUI objects. WinRunner records operations on these bitmaps using win_mouse_click statements. By defining a bitmap as a virtual object, you can instruct WinRunner to treat it like a GUI object such as a push button, when you record and run tests. b. Using the Virtual Object wizard, you can assign a bitmap to a standard object class, define...
-
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 parameterizing?
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 test. The data is stored in a data table.
-
-
-
-
WinRunner Error : Window cannot be found
Functionality of the application to be automated through Winrunner is that when I click on certain field (say: amount field), some of the other fields gets populated with predefined values from the database.But when I try to Record the above event through winrunner and play back, it does not populate the fields from database but rather throws an error like that "Window cannot be found".Kindly guide.
-
-
-
How do you handle unexpected events and errors?
WinRunner uses exception handling to detect an unexpected event when it occurs and act to recover the test run. WinRunner enables you to handle the following types of exceptions: Pop-up exceptions: Instruct WinRunner to detect and handle the appearance of a specific window. TSL exceptions: Instruct WinRunner to detect and handle TSL functions that return a specific error code. Object exceptions:...
-
How does WinRunner recognize objects on the application?
WinRunner uses the GUI Map file to recognize objects on the application. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested.
-
-
How to handle applet in Winrunner.
I have a application in which I am selecting browse button to add file from local drive. On click of browse button it opens select file dialog. I am unable to capture the browse dialog along with all the objects like file select ,OK, cancel button. Can anybody help how to handle such situation in Winrunner.
-
Have you created test scripts and what is contained in the test scripts?
Yes I have created test scripts. It contains the statement in Mercury Interactive’s Test Script Language (TSL). These statements appear as a test script in a test window. You can then enhance your recorded test script, either by typing in additional TSL functions and programming elements or by using WinRunner’s visual programming tool, the Function Generator.
-
Winrunner Interview Questions
Ans