Click or drag to resize

DataStorageReceiveData Method

Receives a collection of data from data sender, such as DataDrivenTestCase. Data will be considered as

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ReceiveData(
	string key,
	IEnumerable<Variable> data
)

Parameters

key
Type: SystemString
The key - name of the test instance
data
Type: System.Collections.GenericIEnumerableVariable
The data - a list of variables containing Name and its Value
See Also