Parameters Object

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

Description

The Parameters object provides access to a collection of keyword test parameters:

Keyword test parameters

To get the Parameters object, use the following syntax:

KeywordTests.KeywordTest_Name.Parameters
  • KeywordTests is the predefined name of the top-level object that provides access to a collection of keyword tests. To access the object, you must have the Keyword Tests collection added to your project. See Adding and Removing Project Items and Their Child Elements.

  • KeywordTest_Name is the name of the keyword test that is added to the Keyword Tests collection of your project and whose parameters you want to get. You can view the name in the Project Explorer panel.

  • Parameters is the property you use to get the collection of the keyword test’s parameters.

You can access keyword test parameters only from the appropriate keyword test. You cannot access them from another keyword test or script.

See Also

Parameters Property

Highlight search results