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
How many types of recording modes in qtp? Which will be used when?
What is test object?
How do we handle run-time errors?
How to break the object spy ?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What is recovery scenario in qtp?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Can we Test Welcome Screens and Process Images with QTP
What are the differences between table and db checkpoints?
What do you mean by iteration?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Without using gui map editor we can recognize the application in winrunner ?