简体   繁体   中英

Automatic test data generation

I need to prepare sample test data with 5 million rows of Different employees ie;

It should contain relevant information like -

First Name
Last Name
Address-1
Address-2 
Zip code
st
county
country
...etc

Is there any tool that I can use to test it?

我发现该网站http://www.generationata.com/可以解决这类问题-它具有多种格式,您可以生成数据并以多种不同格式输出,这些格式可以读入通过您的代码(例如,来自CSV)或使用您喜欢的Unix文本操作工具轻松地将其翻译成代码。

Either try a webservice, like:

or try one of the following utils for fake data generation:

I would like to suggest a modern PHP fake data generator, with also the ability to fake an entity.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM