-
Set value of a Textbox
How will you set a value of a Textbox in QTP/Winrunner?
-
Set_ window and Win_ activate
Explain what are set_ window and win_ activate, How do they differ?
-
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.
-
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.
-
How you created you test scripts 1) by recording or 2) programming?
Programming. I have done complete programming only, absolutely no recording.
-
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 information is contained in the checklist file and in which file expected results are stored?
The checklist file contains information about the objects and the properties of the object we are verifying. b. The gui*.chk file contains the expected results which is stored in the exp folder
-
What is the difference between script and compile module?
Test script contains the executable file in WinRunner while Compiled Module is used to store reusable functions. Complied modules are not executable. b. WinRunner performs a pre-compilation automatically when it saves a module assigned a property value of “Compiled Module”. c. By default, modules containing TSL code have a property value of "main". Main modules are called...
-
-
-
-
-
-
-
-
-
-
-
-
Winrunner Interview Questions
Ans