Click or drag to resize

LoadTestSuiteRun Method

Runs the current TestSuite.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override void Run(
	long ThreadId,
	Profile profile
)

Parameters

ThreadId
Type: SystemInt64
The thread identifier.
profile
Type: Hummingbird.TestFramework.ConfigurationProfile
The profile of which this test suite runs with
See Also