Recent Post

QTP @ Recording Modes

QTP @ Recording Modes


Recording Modes
Recording Usage
Description
Normal Recording
Default Recording
 It’s the default recording mode
 Records AUT – Objects and Operations made on them
Context Recording
Objects could be like:
Browser(“”), Page(“”), WinEdit(“”), WinButton(“”)
Operations could be:
Set, Click, Activate, Type
Analog Recording
Coordinate based Recording
It enables you to record the exact mouse and keyboard operations you perform in relation to the screen (Co-ordinates).
Records exact mouse and key board movements.
Records every move of the mouse
Used while recording movements that cannot be recorded at object level
Screen: Desktop.RunAnalog "Track1”
Window Based Recording
It enables you to record the exact mouse and keyboard operations you perform in relation to the application window.
Window : Window("Microsoft Internet Explorer").RunAnalog "Track2”
Low Level Recording
Window
Records on any object whether or not QTP identifies those objects
Records all run-time objects as Window or WinObject
WinObject
Use while
If Objects are not recognized by QTP
If Exact object co-ordinates are important in test


0 comments:

Post a Comment

GAReddy @ OneTestingCenter @ All Articles