...
- Data Set Import options apply to the data sets listed in the left panel. They are described in Understanding Data Set Import Options.
- Record Import options apply to the record types shown in the right panel. They are described in Understanding Record Import Options.
- Record Types tree modification options are described in Modifying Record Type and Field Names and Mappings and Specifying Record Identities from the Wizard.
Inferring Constraints
If you are using CTP, you can also choose an option for inferring constraints. Constraints are additional properties associated with the data that enable you to create models and generate test data (see Data Modeling). For example, data can be constrained to strings, numbers, dates, or Booleans.
- Choose None if you do not want constraints to be defined.
- Choose Data if you want to automatically set constraints based on the data. You will have the option to populate metadata from the data into the data repository. For example, if the data set contains U.S. phone numbers, the following constraints may be set:
Constraint:String
Pattern:(###) ###-####
Char map:0123456789
See Inferring Data Constraints for additional information.
- Choose Definition if you want the constraints to be defined according to a service definition file (WSDL/schema). This option is disabled if you did not provide a definition file was not specified in the traffic wizard.
...
Existing constraints will be overwritten if you select an existing repository in the traffic wizard. You can view and modify in the constraints in CTP. See Data Modeling.
Understanding Record Identities
...