|
|
Data Generation
Data generation enables the creation of test data. When you create a data generation plan you can make use of a rich environment that understands how your existing database is put together. Data is generated by a set of plug-ins that are mapped to the native SQL data types. You can preview what the generated data will look like and choose alternative generators. In this picture you can see that for CompanyName I have chosen the regular expresion generator and written an expression that results in all companies names begining with AW- followed by 3 lower case leters and 5 numeric digits. Data is generated deterministically using a seed value so that you always have a stable set of test data for unit testing. You can also create you own data generators.
Posted By: thomas murphy
Viewed: 4193
Comments: 1
Rating: 0 vote(s)
Average Rating: 0
|