Click or drag to resize

SpikeTestCaseNumberOfSpikes Property

Gets or sets number of peak loads during the test. Performance test engine will generate this number of peak loads during the test.

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

Property Value

Type: Int32
An Int32 value that represents the number of peak loads
See Also