ParamName Property

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

Description

The TestItemElement.ParamName property returns the name of the test item parameter specified by its index. In your project, you can view parameters in the Parameters column of the Execution Plan editor.

Declaration

TestItemElementObj.ParamName(Index)

Read-Only Property String
TestItemElementObj An expression, variable or parameter that specifies a reference to a TestItemElement object
Index [in]    Required    Integer    

Applies To

The property is applied to the following object:

Parameters

The property has the following parameter:

Index

The zero-based index of the desired parameter in the list of parameters. To get the total number of parameters, use the TestItemElement.ParamCount property.

Property Value

A string value that holds the parameter name.

Remarks

If you use Python or DelphiScript, enclose the Index parameter value in square brackets: ParamName[Index].

See Also

Execution Plan Editor
ParamCount Property
ParamType Property
ParamValue Property

Highlight search results