Click or drag to resize

DataSourceReadData Method

Fetches the next row from the Data. This function can only be called when Headers and Data are imported.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool ReadData(
	out Variable[] values
)

Parameters

values
Type: Hummingbird.TestFrameworkVariable
The Variable values contains the Name and the Value of the data.

Return Value

Type: Boolean
True if the Data is successfully read, False if there are no more data.
See Also