Click or drag to resize

DataDrivenTestCaseRun Method

Runs the current test case.

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 id who calls this function.
profile
Type: Hummingbird.TestFramework.ConfigurationProfile
The profile to be used.
See Also