TestResultParameterModel interface

Test parameter information in a test iteration.

Properties

actionPath

Test step path where parameter is referenced.

iterationId

Iteration ID.

parameterName

Name of parameter.

stepIdentifier

This is step Id of test case. For shared step, it is step Id of shared step in test case workitem; step Id in shared step. Example: TestCase workitem has two steps: 1) Normal step with Id = 1 2) Shared Step with Id = 2. Inside shared step: a) Normal Step with Id = 1 Value for StepIdentifier for First step: "1" Second step: "2;1"

url

Url of test parameter. Deprecated in hosted environment.

value

Value of parameter.

Property Details

actionPath

Test step path where parameter is referenced.

actionPath: string

Property Value

string

iterationId

Iteration ID.

iterationId: number

Property Value

number

parameterName

Name of parameter.

parameterName: string

Property Value

string

stepIdentifier

This is step Id of test case. For shared step, it is step Id of shared step in test case workitem; step Id in shared step. Example: TestCase workitem has two steps: 1) Normal step with Id = 1 2) Shared Step with Id = 2. Inside shared step: a) Normal Step with Id = 1 Value for StepIdentifier for First step: "1" Second step: "2;1"

stepIdentifier: string

Property Value

string

url

Url of test parameter. Deprecated in hosted environment.

url: string

Property Value

string

value

Value of parameter.

value: string

Property Value

string