n HP Quick Test Professional (QTP), 99% of the time we use Normal recording mode. Recording using Analog, and low-level are NOT practical most of the time. It is also difficult to have successful play back of the scripts using those recording modes. These two recording modes are effective if the keyboard control is important, or the exact mouse clicks and keyboard input is the factor. Here are the situation you may want to use analog and low-level recording.
Use Low-Level Recording when:
-
The exact coordinates of mouse clicks or drag and drop operations are needed for objects.
-
A type or click operation is useful for a successful test playback.
-
An example of a Low-Level recording might be when you want to send an email with signature, or a drawing.
The capture of the actual mouse movement across the screen is important to the test.
-
When custom or unsupported objects are not successfully recorded or do not successfully trigger events upon replay.
Comments