How many types of Recordings are there in QTP and what are
they?
Answer Posted / praveen
Three types of recording modes:
1) Normal or context sensitive: It is default recording
mode. script is captured based on window or screen area co
oridinates & all objects are identified based on their
class type
2)Analog Recording: It is a high level recording mode, only
one line of script is generated for the entire record. By
default it is disabled. In order to perform analog
recording, start normal recording & then go to Automation
(menu bar) and select analog recording. while recording
script is generated based on desktop co-ordinates.
3)Low Level Recording: Script is generated based on the
window or screen co-ordinates. All the objects are
identified as window objects. It would be difficult to
enhance the script. In this recording, mouse clicks are
captured.
By default it is disabled. First start normal recording and
then goto automation and select low level recording.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is 'sleep' in sync point?
Explain the Different types of QTP test assets and their extensions?
What is the difference in the global and action sheet in qtp?
What is environment variable in qtp and why to use it?
What are the general steps involved in the data driven framework?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the Test design techniques you uses in ur project?
How may types of defects identify application or your currently working application?pls give me answer..
What are some test assets and related extensions of qtp?
How to find operating system information using the qtp script?
In qtp, how you can remove the spaces from string?
How can we conduct U-I Testing by using QTP??????
How to associate function library at a run time?
What is synchronization point in QTP?
What is the default add-ins in qtp?