测试用户数据(假数据)
我可以从哪里获取,或者如何生成可用于测试应用程序的大量虚假用户数据(姓名、电子邮件地址、位置等)的格式化集合?
它显然可以是假的,这将仅限于开发服务器。 但我确信任何事情都会比我能想到的更好。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
有一些专门为此构建的工具。 我之前使用过 http://www.generateata.com/ 为 MySql 数据库生成数据。 RedGate 有一个很好的工具,可以用测试数据填充 SQL Server 数据库,名为 SQL 数据生成器< /a>. RedGate 工具的价格约为 300 美元,但可以免费试用。
更新:
Faker.js 现已推出。 这是一个基于node.js 构建的项目,看起来相当全面。
另一个更新:Mockaroo 太棒了!
如果您想要虚假用户数据的 HTTP API,请查看随机用户生成器
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
这是一个用于生成各种类型测试数据的开源工具。 http://www.generatedata.com
This is a open source tool for generating various types of test data. http://www.generatedata.com
http://www.fakenamegenerator.com/ 是一个很好的资源,用于通过逼真的用户创建测试数据,并完成SSN、电子邮件地址……他们也有批量下载选项。
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.
看看这个“有趣的名字”列表,其中一些是经典的
http://www.ethanwiner.com/ funnames.html
Check out this list of "Funny Names" some of them are classic
http://www.ethanwiner.com/funnames.html
另一个开源测试生成器工具是我自己的 http://code.google.com/p/csvtest。
Another open source test generator tool is my own http://code.google.com/p/csvtest.
对于任何正在寻找此问题的更新解决方案的人......
我为 Data Synchronization Studio 编写了一个测试数据生成器项目。 它可以生成一个大型数据集,范围从 1 到数百百万行实际测试数据(其中有很多 OF:D)无论如何,这里有一篇关于它的博客文章。 http://www.simego.com /Blog/2012/02/测试数据生成器下载数据同步
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