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

i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks

2 Answers  


what are the main differences between keyword driven frame work and data driven frame work?

1 Answers   UHG,


Explain about reusable actions?

3 Answers   IBM,


what is option explicit?

5 Answers  


How to remove the associated function library?

0 Answers  


w is configaration management

3 Answers   TCS,


what is reusable action and how the same can be implemented (process)?

2 Answers  


in order to start automation testing what we should require (entry level to automation testing)

2 Answers  


Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?

4 Answers   Livetek,


If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?

0 Answers  


If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.

4 Answers   iGate,


What is the difference between systemUtil and invoke method..?

5 Answers  


Categories