Parameters Property

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

Description

The Parameters property returns the collection of parameters of the keyword test, to which KeywordTestObj corresponds. You create these parameters on the Parameters page of the Keyword Test editor or by using the Add Parameter wizard:

Keyword Test parameters

After you obtain scripting access to parameters, you can check their values or modify them.

Declaration

KeywordTestObj.Parameters

Read-Only Property A Parameters object
KeywordTestObj An expression, variable or parameter that specifies a reference to a KeywordTest object

Applies To

The property is applied to the following object:

Property Value

A Parameters object that represents the collection of parameters that belong to the keyword test.

See Also

Keyword Test Parameters
Keyword Tests
Keyword Tests

Highlight search results