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



What is the difference between low level recording and analog recording mode when it will be enab..

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

What is the difference between low level recording and analog recording mode when it will be enab..

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

What is the difference between low level recording and analog recording mode when it will be enab..

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

What is the difference between low level recording and analog recording mode when it will be enab..

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

What is the difference between low level recording and analog recording mode when it will be enab..

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

Post New Answer

More QTP Interview Questions

hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri

7 Answers  


With out using the task manager,how to close the application using vbscript and what is the statement?

1 Answers  


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

0 Answers  


How can you quit from Action.

2 Answers  


Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

1 Answers  






How to manage a drag drop event in the qtp

3 Answers  


When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)

2 Answers  


Tell me one scenario, the complex functionality you have automated in your project?

0 Answers  


How will u find that how many List boxes( and check boxes) are present in one particular window

8 Answers  


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

0 Answers  


any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt

1 Answers  


how to write vbscript on web applications in qtp. explian with one example?

4 Answers   Wipro,


Categories