There are three types of Recording modes in QTP
- Standard Recording (Default)
 - Analog Recording
 - Low level Recording
 
- Records the test in terms of GUI objects in qtp.
 - QTP records the objects in application and application performed steps.
 - Standard mode is the default and takes advantage of quick test object finding.
 
- Analog recording records the exact mouse and keyboard operations in applications relation to screen or application window.
 - Analog recording will display in single line with track file.Window("microsoft Internet").Runanalog"track"
 
- This low level recording is enables to record all run time objects as window
 - Generally for Multimedia purposes.
 
No comments:
Post a Comment