Hummingbird.TestFramework.Automation.DataGenerator Namespace |
[Missing <summary> documentation for "N:Hummingbird.TestFramework.Automation.DataGenerator"]
Class | Description | |
---|---|---|
![]() | AbstractDataGenerator |
Generates test data for automated tests. For each iteration it generates data and fill the value to Test case variable.
|
![]() | AbstractDataRange |
The abstract class of all DataRanges
|
![]() | DateTimeDataRange |
Defines a range that a DateTime type of value will be generated randomly.
|
![]() | DoubleDataRange |
Defines a range that a Double type of value will be generated randomly.
|
![]() | IntegerDataRange |
Defines a range that a Int32 type of value will be generated randomly.
|
![]() | RandomDataGenerator |
Generates random data from given range.
|
![]() | RandomDataRule |
A rule that generates random values to an assigned variable name.
|
![]() | TableDataGenerator |
Generates test data from a Table, each column represents a variable while each row represents an iteration.
|
![]() | VariableDataGenerator |
Generates data from a given list of possible values.
|