Test Data Management
- Test Data Management 10.4.0
- All Products
Parameter
| Description
|
---|---|
Random
| A rule to generate random data. You can select Random to specify the range of numeric values for data generation.
|
Minimum Value
| The minimum value for the numeric datatype. Default is 0.
|
Maximum Value
| The maximum value for the numeric datatype. Default is the maximum value that the column permits.
|
From Regular Expression
| A regular expression to generation random data. You can select From Regular Expression to create fixed percentage of data for generation.
|
Pattern
| A regular expression that describes the format of generated data.
|
Distribution
| The percentage of rows with the regular expression data. If you want to use more expressions, you can add more rows.
|
Generate Unique Values
| Generates unique data values. You cannot generate unique values when you select From Regular Expression.
|
Null Values
| A list of global rules or default rule that are available for the numeric datatype. A null value is a value that a default rule or a global rule generates in the target for the numeric datatype.
|
Invalid Values
| A list of global rules or default rule that you can select for the numeric datatype. Any value that is less than the minimum or more than the maximum for a specified range is not valid. A value that does not match the specified pattern is not valid.
You cannot generate values that are not valid when you select From Regular Expression.
|