ParamCount Property

Applies to TestComplete 15.64, last modified on May 16, 2024

Description

The TestItemElement.ParamCount property returns the number of parameters the entity executed by the test item takes. In your project, you can view the parameters in the Parameters column of the Execution Plan editor.

Declaration

TestItemElementObj.ParamCount

Read-Only Property Integer
TestItemElementObj An expression, variable or parameter that specifies a reference to a TestItemElement object

Applies To

The property is applied to the following object:

Property Value

An integer value that indicates the number of entity parameters.

See Also

Execution Plan Editor
ParamName Property
ParamType Property
ParamValue Property

Highlight search results