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 |
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Give a comment on Regular Expressions using QTP?
what is Function Definition Generator? can any one explain me in details?
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
How do we retrieve the content from a text box in a web page
what do you call the window testdirector-testlab?
how to capture objects of remote deskop as it is capturing only window.
How can we import a Open Office excel file in QTP
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Write a script to delete the a specific row (say 3rd) in a webtable.
What is the difference between Datadriven and Parameterization?