ScriptExtension Element

Applies to TestComplete 15.62, last modified on March 19, 2024
Description

The ScriptExtension element is used in the description.xml file. The element corresponds to a script extension that can be installed into TestComplete. Attributes of the ScriptExtension element are shown in the Script Extensions dialog.

Parent Elements

A ScriptExtension element must be a child of a Category element.

Child Elements

A ScriptExtension element must contain one or more child Script elements and may optionally contain one Description element.

Attributes

The element has the following attributes:

Name

Required. Specifies the name of the script extension. This name is displayed in the Name column of the TestComplete Script Extensions dialog.

Version

Optional. Specifies the version of the script extension (for instance, 1.0 or final). This value is displayed in braces after the extension’s name in the Name column of the TestComplete Script Extensions dialog.

Author

Optional. Specifies the name of the extension’s vendor. This value is displayed in braces after the extension’s version in the Name column of the Script Extensions dialog.

HomePage

Optional. Specifies the URL that contains the information about the script extension. This value is displayed in the Home Page column of the TestComplete Script Extensions dialog.
Remarks

The text of the child Description element is shown as the extension’s description in the Script Extensions dialog.

The Name, Author and Version elements are used as the script extension’s identifier. If you install a script extension and the list of installed extensions already contains another extension with the same Name, Author and Version values, an error will occur.

See Also

Elements Reference
Structure of the Description File
Creating Script Extensions
Script Extensions

Highlight search results