Generate random string data, numerical data, time data, telephone number data and other test data online, generate data randomly based on the string template.
Random data generation tool online, which supports random generation of animals, colors, businesses, companies, data types, times, numbers, GIT messages, pictures network data, address, personal information, telephone, vehicle information and other data.
-
Generate Template : Fill in the template used to generate random data. The template supports
the faker template syntax.
faker template syntax :
No Parameter Method : {{module.methodName}}
Parameter Method : {{module.methodName(jsonString or rawString)}}. At first, the parameters will be parsed as json, and if that isn't possible, we will fall back to string.Currently it is not possible to set more than a single parameter.It is also NOT possible to use any non-faker methods or plain javascript in such templates. - Count : The number of times to generate random data, ranging from 1 to 1000.
- More random data modules and generation methods : Reference Documents .
- If you have any questions or suggestions, please point them out in the comments area.
-
Example :
- Random Name : {{name.firstName}} {{name.lastName}}
- Random Phone : {{phone.number(139########)}} (phone number starts with 139), {{phone.number(+86-152########)}} (country code phone number)
- Random Email : {{internet.email}}
- Random Number : {{finance.amount}}
- Random Address : USA {{address.city}} ZipCode {{address.zipCode(######)}}