Recorder Object

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

The Recorder object lets you add code and comments to the script that is being recorded by TestComplete. This object can be used in recording-time actions provided by script extensions.

The Recorder object has two methods, AddTextToScript to add the script code from the specified text, and AddSyntaxToScript to add code corresponding to a particular syntax object. For more information on generating script code during recording, see Generating Script Code.

Note: The Recorder object can only be used in the script extension code. It does not exist in TestComplete scripts.

Members

Example

For examples of using the Recorder objects, see the Generating Script Code section.

See Also

Script Extensions
Generating Script Code
Syntax Object

Highlight search results