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 |
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
What are the advantages of Object Repository?
How do you learn the object in QTP?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
how to test load test and block box testing an a web based application pls give ans briefly
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What is the quicktest professional testing process?
what is the difference between Table checkpoint and Database checkpoint in QTP
how to call multiple scripts in QTP at a time