Test User Data (Fake Data) [closed]

2019-01-29 20:49发布

Where can I get, or how can I generate a large formatted collection of fake user data (names, email address, locations, etc.) that can be used for testing an application?

It can be clearly fake, this will be limited to the development server. But I'm sure anything would be better than what I could come up with.

6条回答
家丑人穷心不美
2楼-- · 2019-01-29 21:12

Check out this list of "Funny Names" some of them are classic

http://www.ethanwiner.com/funnames.html

查看更多
我想做一个坏孩纸
3楼-- · 2019-01-29 21:24

There are some tools built just for this. I've used http://www.generatedata.com/ before to generate data for MySql databases. RedGate has a nice tool to fill your SQL Server database with test data called SQL Data Generator. The RedGate tool costs about $300, but there is a free trial.

UPDATE: Faker.js is now available. It is a project built on node.js, and looks pretty comprehensive.

ANOTHER UPDATE: Mockaroo is great!

If you'd like an HTTP API of fake user data, check out Random User Generator

查看更多
Anthone
4楼-- · 2019-01-29 21:31

http://www.fakenamegenerator.com/ is a good resource for creating test data with realistic looking users complete with SSN, email address, ... They have a bulk download option too.

查看更多
霸刀☆藐视天下
5楼-- · 2019-01-29 21:31

Another open source test generator tool is my own http://code.google.com/p/csvtest.

查看更多
我只想做你的唯一
6楼-- · 2019-01-29 21:33

This is a open source tool for generating various types of test data. http://www.generatedata.com

查看更多
叛逆
7楼-- · 2019-01-29 21:36

For anyone looking for an updated solution to this problem... I wrote a test data generator project for Data Synchronisation Studio. It can generate a large dataset ranging from 1 to 100s of millions of rows of realistic testing data (lots of OFs there :D) Anyway, here is a blog post all about it. http://www.simego.com/Blog/2012/02/Test-Data-Generator-Download-for-Data-Sync

查看更多
登录 后发表回答