What exactly is the difference among all the three
recording modes.
Answer Posted / sreelaxmi
In QTP tPhere are 3 types of Recordings
1. Normal or Context sensitive recording
2. Analog
3. Low-level
1. Normal or COntext sensitive recording: It is a default
recording mode and it records all the key board inputs and
mouse click on the application and generates VB Scripting
in Expert view.
2. Analog Recording: In this mode, it records the key board
inputs , mouse clicks and mouse movements also. It is used
for Digital signatures or diagrams using mouse.
It records in two ways:
a. Relative to the Screen(Desktop)
b. Relative to Window(appliaction)
3. Low-level Recording: It records according to the mouse
co-ordinates. In this mode, it treats all the objects as
custom objects and gives mouse co-ordinates for each click.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Can we record an application running on a remote machine using qtp?
Explain object spy in qtp.
What are the features and benefits of quick test pro (qtp 8.0)?
What is test object?
Can any one send me the QTP Basic Coding Samples?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
what are the utilities and drivers
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What is the use of ordinal identifier in qtp?
How to check bitmap output value?
whow much strong on VB and C?
How to test results for qtp ?
What is the latest version of qtp?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?