Click or drag to resize

DataDrivenTestCaseDataSource Property

Gets or sets the where to load test data from.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public DataSource DataSource { get; set; }

Property Value

Type: DataSource
An object of class inherited from DataSource
See Also