Click or drag to resize

TestStepResultConditionExpectedStatus Property

Gets or sets the expected status of the given test step

Namespace:  Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public TestStatus ExpectedStatus { get; set; }

Property Value

Type: TestStatus
a TestStatus object represents the expected status of the given test step
See Also