Click or drag to resize

AbstractTestItemProgress Property

Gets or sets the progress of the current test item (Test suite or test case)

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public double Progress { get; set; }

Property Value

Type: Double
The progress value between 0 and 100. 100 means the last test item in collection is finished;
See Also