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:
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 Testing - Overview