开发者

MOCK data in MySQL data base for php application

开发者 https://www.devze.com 2023-04-04 05:50 出处:网络
i\'ve developed a online portal with php/mysql. Now i need to test it but i need to create mock user profiles inorder to check the full functionality and optimize mysql query.

i've developed a online portal with php/mysql. Now i need to test it but i need to create mock user profiles inorder to check the full functionality and optimize mysql query.

I need about 1000 user profiles. it would take alot of time to do manually to fill name, dob, address, phone number etc. is there any way to create mock up data easily. or is there any application that would create thes开发者_开发问答e data for me.


you could also use this online data generator


Create an array of one item data and iterate over user creation process


Have a look at Benerator.

It is a very powerful tool to create test (dummy) data for a database.

It does have a learning curve though.

0

精彩评论

暂无评论...
验证码 换一张
取 消