Click or drag to resize

AbstractTestItemElapsedTime Property

A DateTime object indicates the time when current steps finishes. EndTime is set by the test framework after the Checkpoint method has finishes. If the test step goes wrong, EndTime will be set when the error occurs.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
public Nullable<TimeSpan> ElapsedTime { get; }

Property Value

Type: NullableTimeSpan
See Also