How many types of Recordings are there in QTP and what are
they?
Answer Posted / uday kumar_anem
Normal Recording mode: QuickTest's normal recording mode
records the objects in your application and the operations
performed on them. This mode is the default and takes full
advantage of QuickTest's test object model, recognizing the
objects in your application regardless of their location on
the screen.
Analog Recording mode: enables you to record the exact
mouse and keyboard operations you perform in relation to
either the screen or the application window. In this
recording mode, QuickTest records and tracks every movement
of the mouse as you drag the mouse around a screen or
window.
This mode is useful for recording operations that cannot be
recorded at the level of an object, for example, recording
a signature produced by dragging the mouse.
You cannot edit analog recording steps from within
QuickTest.
The steps recorded using Analog Recording are saved in a
separate data file. This file is stored with the action in
which the analog steps are recorded.
When you record in Analog Recording mode, QuickTest adds to
your test a ‘RunAnalog’ statement that calls the recorded
analog file.
When you record in analog mode relative to the screen, the
run session will fail if your screen resolution or the
screen location on which you recorded your analog steps has
changed from the time you recorded.
Low-level Recording mode: enables you to record on any
object in your application, whether or not QuickTest
recognizes the specific object or the specific operation.
This mode records at the object level and records all run-
time objects as Window or WinObject test objects. Use low-
level recording for recording in an environment or on an
object not recognized by QuickTest. You can also use low-
level recording if the exact coordinates of the object are
important for your test .
Each step recorded in Low-Level Recording mode is shown in
the Keyword View and Expert View. (Analog Recording records
only the one step that calls the external analog data
file.)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Hi Samrat, Thank u very much, what u said it is right.
What is the Difference between copy to action and call to action?
Suppose I want fail that check point? How can you do that?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How to find the length of the string in qtp?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
How you calling actions in qtp?
How to find operating system information using the qtp script?
how to write xml output check point bu useing descriptive programing .means without useing output check point
what are the limitations of smart identification in qtp 9.0
How can i check items sorted or not in a weblist ? Give me the script for this...
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How you are developing the script? Using record and play back or manual?
How you can find the absolute value of the number in qtp?