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 Test Items page.
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
Test Items Page (Project Editor)
ParamCount Property
ParamType Property
ParamValue Property