Click or drag to resize

TestStepBaseOnErrorBehavior Property

Gets or sets the behavior of Automation Engine when the current test case fails

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

Property Value

Type: OnErrorBehavior
The onErrorBehavior. see OnErrorBehavior
See Also