What is the difference between low level recording and
analog recording mode when it will be enabled.
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
There are some differences between Analog and Low-Level
Recording modes:
1. Analog mode is useful for recording operations that
cannot be recorded at the level of an object, for example,
recording a signature.
Low-Level recording mode enables you to record on any
object in your application, whether or not QTP recognizes
the specific object or the specific operation.
2. In analog recording mode, the exact mouse movement and
keyboard operations are important. Which means that if the
application is moved to some another place in your desktop
the test may fail.
You can also use low-level recording if the exact
coordinates of the object(not the mouse movements) are
important for your test.
3. A single statement is generated if you working in analog
mode. Here it records all operations in a single file, and
just calls to that file. Here we cannot edit the steps in
analog mode.
For each operation seperate statement will be created in
Low-level recording mode.
| Is This Answer Correct ? | 18 Yes | 5 No |
Answer / sreeprasad
Analog Recording enables you to record with respect to
Screen Co-ordinates.
Low Level Recording enable you to record on any object with
repect to window.
2nd answer
Analog Recording, a single recorded statement is created,
so that we cannot edit recorded statements.
Low-Level Recording, statements are generated according to
operation you do on that object. Each statement starts
with "Window". Here we can edit the recorded statements.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / ashok
analog;it is used 2 capturing the userr movements across
the screen
or it records the operation performed on bitmap
low level;it records the operation of mouse n keyboard
based window coordinates ,it recognises every window as
object
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / vaani raj
with analog record mode we can capture the mouse movements
and keyboard stroke. it will ignore the objects at the time
of recording. In case of low level both can be possible and
with this mode 100 % the object can be identified
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / harikrishna m.
in analog we can capture the digital signature
but that is not posible wit lowlevel
| Is This Answer Correct ? | 1 Yes | 6 No |
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
Where should we turn Smart Identification ON in QTP?
where do you store the test result?
What is OUTPUT VALUE ? PLZ Explain With Example?
Can u tell me example for virtual objects?
what is smart identification in qtp? pls any give details? thanks in advance
unique properties of button,edit box, radio button,check box?
What are the data types in qtp?
what is meant by automation tool?