Click or drag to resize

LoadTestCaseLoadTestLogLevel Property

Gets or sets the level of log details in a performance test report

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

Property Value

Type: LoadTestLogLevels
The load test log level.
See Also