测试用户数据(假数据)

发布于 2024-07-10 08:55:54 字数 115 浏览 5 评论 0原文

我可以从哪里获取,或者如何生成可用于测试应用程序的大量虚假用户数据(姓名、电子邮件地址、位置等)的格式化集合?

它显然可以是假的,这将仅限于开发服务器。 但我确信任何事情都会比我能想到的更好。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

过潦 2024-07-17 08:55:54

有一些专门为此构建的工具。 我之前使用过 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

叫思念不要吵 2024-07-17 08:55:54

这是一个用于生成各种类型测试数据的开源工具。 http://www.generatedata.com

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

最初的梦 2024-07-17 08:55:54

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.

甩你一脸翔 2024-07-17 08:55:54

看看这个“有趣的名字”列表,其中一些是经典的

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

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

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

暮色兮凉城 2024-07-17 08:55:54

另一个开源测试生成器工具是我自己的 http://code.google.com/p/csvtest。

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

债姬 2024-07-17 08:55:54

对于任何正在寻找此问题的更新解决方案的人......
我为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文