What is the difference between low level recording and analog recording mode when it will be enabled.Please let me know

Showing Answers 1 - 3 of 3 Answers

Jaya marimuthu

  • Nov 12th, 2006
 

Analog Recording mode is used to record the mouse movement on the screen like signature while Lowlevel recording mode is used to record the special GUI objects like animated images,graphics,movies etc

  Was this answer useful?  Yes

Anil

  • Nov 13th, 2006
 

Analog Recording?enables you to record the exact mouse and keyboard
operations you perform in relation to either the screen or the application
window. In this recording mode, QuickTest records and tracks every
movement of the mouse as you drag the mouse around a screen or window.
This mode is useful for recording operations that cannot be recorded at the
level of an object

Low Level Recording?enables you to record on any object in your
application, whether or not QuickTest recognizes the specific object or the
specific operation. This mode records at the object level and records all
run-time objects as Window or WinObject test objects. Use Low Level
Recording for recording in an environment or on an object not recognized
by QuickTest. You can also use Low Level Recording if the exact coordinates
of the object are important for your test.

For getting these two recording modes enable first you need to start record in contest senstive mode.  Then change the mode.

  Was this answer useful?  Yes

Kumar L S

  • Dec 13th, 2006
 

Hi Jaya,

The main difference between Analog and Low-Level Recording is,

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.

One main difference is In Analog Recording, a single recorded statement is created, so that we cannot edit recorded statements.

In 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.

Thank You.

Kumar L S

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions