Click or drag to resize

TestStepBaseRun Method (Int64, TestCase, ListVariable, Profile)

Run current Test step, within the current TestCase.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void Run(
	long threadId,
	TestCase testCase,
	List<Variable> context,
	Profile profile
)

Parameters

threadId
Type: SystemInt64
ThreadId is identify which thread runs the current Test Case / Test Step. This Id is used to isolate transactions and variables between different Test instance, if test cases are running in a multi-thread context
testCase
Type: Hummingbird.TestFramework.AutomationTestCase
Reference to the current TestCase where the
context
Type: System.Collections.GenericListVariable
The context.
profile
Type: Hummingbird.TestFramework.ConfigurationProfile
The profile for the current test step.

Return Value

Type: 
An Message object containing the current request, response and errors
See Also