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 |
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...
What are the ordinal identifiers in web page?
Can we Script any test case with out having Object repository? or Using Object Repository is a must
How iteration is related to Test Results in QTP?
Scripts for Ascending order in qtp.
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
When should I use smart identification?
What is a reusable action?
suppose i can done the project in automation tool with QTP in that time what i can say?
How to replay a script in qtp?
At a time how many users can access QTP?
How to get data line by line from web element