Script Extensions Options Dialog

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

The Script Extensions Options dialog is used to specify the folders where TestComplete will search for script extensions. To invoke the dialog, select Tools | Options from the main menu and then select Engines | Script Extensions from the tree displayed on the left side of the resulting Options dialog.

The dialog lists the search paths that TestComplete uses in addition to the <TestComplete>\Bin\Extensions\ScriptExtensions path to find and install script extensions. TestComplete scans these path when it starts or after a user presses Reload in the Script Extensions dialog.

To add a folder to the list
  • Press Add Folder. This will invoke the Browse for Folder dialog.

  • In the dialog, choose the desired folder and press OK.

TestComplete considers each folder in the list like a folder that contains several script extensions. The extension’s description.xml file cannot reside in the specified folder, it must be located in a subfolder or in a .tcx package. So, if you specify the path to unpacked extension files, you should specify the folder that is one level up. For instance, if your unpacked extension is located in the C:\My Extensions\Extension1 folder (that is, the description file is in this folder), you should specify C:\My Extensions rather than C:\My Extensions\Extension1.
To include or exclude a folder from the search

TestComplete only searches for script extensions in those folders that are selected in the Script Extensions dialog. To include a folder into the search, select the folder’s check box in the dialog. To exclude a folder from the search, clear the folder’s check box.

To change a path in the list
  • Select the desired folder in the list.

  • If you selected the folder with the keyboard, press F2 to activate the in-place editor.

    If you selected the folder with the mouse, the in-place editor will be activated automatically.

  • Type the fully-qualified name of the desired folder.

    -- or --

    Press the ellipsis button and choose the desired folder in the ensuing Browse for Folder dialog.

To delete a folder from the list.
  • Select the desired folder in the list.

  • Click Remove Folder.

See Also

TestComplete Options
Script Extensions

Highlight search results