Click or drag to resize

ScenarioStatus Enumeration

The current state of the performance test scenarios

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 ScenarioStatus
Members
  Member nameValueDescription
NotStarted0 Default status, the scenario is not started.
RampUp1 The scenario is under ramp-up state from 0 to expected load
UnderLoad2 The under load
RampUpToPeak3 The test is from ramp up period from Expected Load to Peak Load.
UnderPeakLoad4 The test is under Peak Load
Finishing5 The test is finished but waiting for the last thread to finish.
Stop6 The test is stopped.
Abandoned7 The test abandoned.
FatalError8 A fatal error has occurred and the test cannot be executed.
See Also