The Data Generator data source is a built-in generator of data. You can use it to generate property values of different types. This approach allows you to avoid manually creating data storages and populating them with data.
The type of a property depends on the generator that is used to generate the data. ReadyAPI uses 19 different data generators:
Generator | Generates |
---|---|
Random | |
City names. | |
IPv4 or MAC addresses. | |
Country names. | |
Custom strings, using different optional generators. | |
Date and time values using the specified template. | |
Email addresses. | |
GUIDs. | |
Random integer numbers. | |
Human names. | |
Random phone numbers using the specified template. | |
Random real numbers. | |
Random US social security numbers. | |
Names of random US states. | |
Street addresses. | |
Random strings. | |
UK postcodes. | |
US ZIP codes. | |
Random values from the predefined list. |