Click or drag to resize

Hummingbird.TestFramework.Automation.DataGenerator Namespace

[Missing <summary> documentation for "N:Hummingbird.TestFramework.Automation.DataGenerator"]

Classes
  ClassDescription
Public classAbstractDataGenerator
Generates test data for automated tests. For each iteration it generates data and fill the value to Test case variable.
Public classAbstractDataRange
The abstract class of all DataRanges
Public classDateTimeDataRange
Defines a range that a DateTime type of value will be generated randomly.
Public classDoubleDataRange
Defines a range that a Double type of value will be generated randomly.
Public classIntegerDataRange
Defines a range that a Int32 type of value will be generated randomly.
Public classRandomDataGenerator
Generates random data from given range.
Public classRandomDataRule
A rule that generates random values to an assigned variable name.
Public classTableDataGenerator
Generates test data from a Table, each column represents a variable while each row represents an iteration.
Public classVariableDataGenerator
Generates data from a given list of possible values.