Click or drag to resize

LoadTestCaseRun Method

Runs this performance test scenario

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

[Missing <param name="ThreadId"/> documentation for "M:Hummingbird.TestFramework.Automation.LoadTestCase.Run(System.Int64,Hummingbird.TestFramework.Configuration.Profile)"]

profile
Type: Hummingbird.TestFramework.ConfigurationProfile

[Missing <param name="profile"/> documentation for "M:Hummingbird.TestFramework.Automation.LoadTestCase.Run(System.Int64,Hummingbird.TestFramework.Configuration.Profile)"]

See Also