A test parameter is a variable whose value is set at test run time. A step parameter object handles these variables.
Get a StepParams object from DesignStep.LinkedParams, Test.Params, TSTest.Params, or Run.Params.
![]() | Adds a new parameter to the object. |
![]() | Clears the parameter value by setting it to null. |
![]() | Deletes the specified parameter. |
![]() | Refreshes the data from the database, discarding changes. |
![]() | Uploads the parameter definitions to the database. |
![]() | The number of parameters for the object. |
![]() | Checks if a parameter of this name exists. |
![]() | The name of the parameter in the specified position in the StepParams collection (zero-based). |
![]() | The value of the specified parameter. |
![]() | Gets the parameter type: predefined, null, or regular. |