StepExpectedResult Property
Description
The expected results of the step.
Property type
Read-write property
Syntax
Visual Basic
Public Property StepExpectedResult As String
Remarks
StepExpectedResult returns the string as entered. If the expected result includes parameters, StepExpectedResult  returns the string with the parameter place markers. The markers are not replaced with values, as they are by EvaluatedStepExpectedResult.
See Also