This package can be used to generate random data sets from sample data.
It can be used to generate data sets with a given format for testing systems that expect input data in that format.
There is an abstract base class for generating arbitrary data sets from sample data taken from arrays or data files.
There is also a concrete class for generating profiles for United States users with with fictional yet realistic data.
The user profile data includes the first name, last name, street address, zip code, e-mail and phone. It can be used to test systems that expect users to sign-up filling forms to provide this kind of personal information. |