Click or drag to resize

ConditionBehavoirs Enumeration

Determines actions to do when the error occurs while evaluating condition.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum ConditionBehavoirs
Members
  Member nameValueDescription
Nothing0 Do nothing and do not mark test step failed.
RunFailedTestStep1 Run the test step defined in FailedTestStep.
FailsTestStep2 Fails the current test step
See Also