0

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 these data for me.

3 Answers 3

1

you could also use this online data generator

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.