Use this for applications in which the actual movement of the mouse is what you want to record. These can include drawing a mouse signature or working with drawing applications that create images by dragging the mouse.
To Record an application using analog recording mode,
select Automation > Analog Recording or click on Analog Recording button
Analog Recording mode
1. Record relative to a specified window
2. Record relative to the screen
For Record relative to the screen, QuickTest inserts the RunAnalog step for a Desktop item. Ex: Desktop.RunAnalog "Track1"
For Record relative to the following window, QuickTest inserts the RunAnalog step for a Window item. Ex: Window("Microsoft Internet Explorer").RunAnalog "Track1"
The track file called by the RunAnalog method contains all your analog data and is stored with the current action
No comments:
Post a Comment