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);
You have executed a tl_step function in tsl for a context sensitive case. If the condition fails
A. Winrunner report shows the whole run as failed b. Winrunner report shows only that step has failed c. Winrunner report ignores the failure d. None of the above
What happens, if winrunner does not recognise gui objects in the application
In some case, WR does not identify the Objects due to unrecognize controls. in that case we can make the Object to be a virtual object. which can be make with Object Class with Label.
In case of winrunner unable to identify the object, u can use a technique called descriptive programming. U describe the physical description of the object directly in the test script rather thaan log...
When you test your application, you may want to check how it performs the same operations with multiple sets of dat
parameterization is done for multiple data. Data Driven test is used to parameterize the data.
Data driven test are used to test the application taking same operation with multiple set of data. As each iteration application is going to be tested with different sets of data which were assigned i...
What are the two modes of recording?
There are 2 modes of recording in winrunner i. Context sensitive recording records the operations you perform on your application by identifying graphical user interface (gui) objects.Ii. Analog recording records keyboard input, mouse clicks, and the precise x- and y-coordinates traveled by the mouse...
Context Sensitive Recording: It recognizes GUI objects.
i) Context Sensitive Mode: Records the application by learning Graphical User Interface objects with all its classes, logical names and physical properties.ii) Analog Mode: Records point to point mous...
How you created you test scripts 1) by recording or 2) programming?
Programming. I have done complete programming only, absolutely no recording.
Test scripts can be created by both recording & programming.
Hi,
We can create the script using both Recording or by programming
using recording it will gives lot of problems
its better to go for programming ...
bye
satya.k
What is the purpose of gui spy?
Using the gui spy, you can view the properties of any gui object on your desktop. You use the spy pointer to point to an object, and the gui spy displays the properties and their values in the gui spy dialog box. You can choose to view all the properties of an object, or only the selected set of...
GUI spy is used to identify the GUI objects.
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...
GuI Map: 1)It consist of GuI map editor which is used to recognize GUI objects. 2) It has physical description ,Logical desc...
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 applicationii. GUI Map File ...
What are the different modes of recording?
There are two type of recording in winrunner. I. Context sensitive recording records the operations you perform on your application by identifying graphical user interface (gui) objects. Ii. Analog recording records keyboard input, mouse clicks, and the precise x- and y-coordinates traveled by...
1) Context sensitive - It does not recognize mouse movements
their r 3 level of recording in QTP.
1)Normal
2)Analog
3)Low level Recording
What is compiled module and batch module in win runner? How we can use these in projects?
Batch mode is to execute all the tests at a time. It is also called as stress testing. If you want to execute a single test for 100 times or 200 times you can just use a for loop or any other loop and execute it.
What are the limitations of the compile module in winrunner?
If you make changes to a function in a loaded compiled module, you must
unload and reload the compiled module in order for the changes to take effect.
Hi, a) Compile module is a script containing a library of user defined functions that u want to call frequently from other test .When you load a compile module , its functions are automatically c...
What are all the different types of recording available in winrunner
1. Context Sensitive Recording Mode
2. Analog Recording Mode
Analog Recording Mode : Winrunner records all mouse clicks, key boards presses and mouse traverse poin with respect to X and Y co ordination
Context sensitive recording mode : Winrunner records all operations that we performed on the graphical user interface application.
When do you go for context sensitive & analog recordings? What is the difference between them?
Context SensitiveContext Sensitive mode records your operations in terms of the GUI objects inyour application. WinRunner identifies each object you click (such as a window,menu, list, or button), and...
Context Sensitive Mode: To record the keyboard and mouse operation on the application and on the window.
Analog Mode : To record the mouse pointer moments on the desk top.
What are the two guimap modes available in winrunner?
The GUI Map File per Test ModeIn the GUI Map File per Test mode, WinRunner automatically creates a new GUImap file for every new test you create. WinRunner automatically saves and opensthe GUI map fil...
The Two Modes available in Win Runner are two types.
Gobal Gui Map file:By default win runner maintains this Mode.
Gobal per test Mode:To Test the line by line of the application.
sudhakar kolla,
Email ID:kollasudhakar2005@yahoo.co.in.
Ph:+91-9819859346
What is the use of rapid test script wizard?
The RapidTest Script wizard systematically opens the windows in your application and learns the description of every GUI object. The wizard stores this information in a GUI map file.
Note: The RapidTest Script wizard is not available when you work in GUI Map File per Test mode.
The use of rapid test Script wizard is to recoginize the object by showing the window application and recorded Script will stored in the Tmp Folder.This has to done while Testing before any wind...
GUI Spy is to use to identity and recognize the objects available in the page for test.
It is used to spy on any properties of object or window. If you want to know detailed properties of the window, bring the mouse on that particular window and click ctr F3 then it records the properties of that window.
Wat s the role of gui map editor?
The Role of GUI Map Editor is to Load the GUI objects at run time...
Hi,
GUI map editior stores GUI objects
for Global GUI Map File Mode
Using GUI_Load("Filepath:Filename")
for GUI Map File per Test Mode
Automatically tool generate save/ unsave the GUI on Run
Select GUI Map Editor from Tools.
Select gui files from this
Select Open from file and then select the appropriate gui file
Sudhakar kolla
My Number:09819859346.
Email:kollasudhakar2005@yahoo.co.in
How many types of data repository are presnt in winrunner? What are they?
Two Types of Data Repositories in WinRunner
1. The GUI Map File per Test Mode
2. The Global GUI Map File Mode
This is incorrect. What you listed are object mapping file and not data repositories. The question is incorrect.
Explain what are set_ window and win_ actiVATe, how do they differ?
Set_window (This is the fuction to focus that particular window, Examble Set_window("Login",5); Now the winrunner focus the Login window if it is opened the window will focus else you will get a error...
win_activate(sWindow) : Suppose there are several windows (sWindow one of them)opened on your desktop,and you want to run your code on 'sWindow', win_activate () function will bring this window into ...
I wish to show you an example
TL_STEP command is used to determine whether sections of test pass or fail.