-
-
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.
-
-
-
-
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.
-
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 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 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 the purpose of GUI map configuration?
GUI Map configuration is used to map a custom object to a standard object.
-
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 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.
-
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.
-
-
Scheduler problem in WinRunner
I have a script I want to run at a certain time of day. I'm using XP's Scheduler (under System Tools) to schedule this. I'm doing something wrong but don't know what. Winrunner starts but my script does not. Any ideas?"C:Program FilesMercury Interactivewinrunnerarchwrun.exe" -t c:acdstatusscript -run_minimized -dont_quit -run -addins ActiveX,pb,vb,WebTest
-
-
winrunner show this error: Object is not currently displayed.
May be that object is not active, but he is on form!!!
Why winrunner does not recognize that?!">When winRunner is running, then on this row: obj_mouse_click("ui60Drawn_W32_1",100,100,LEFT)winrunner show this error: Object is not currently displayed.May be that object is not active, but he is on form!!!Why winrunner does not recognize that?!
-
-
-
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;
Winrunner Interview Questions
Ans