views:

1157

answers:

6

Does anyone know of 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.

+8  A: 

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.

Lance Fisher
I have made generatedata.com to work with sql server with just some basic string replacements since the basic insert format is the same.
corymathews
+2  A: 

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

thetacom
A: 

See this SO thread: Creating test data in a database

Patrick Cuff
+1  A: 

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

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

Jon Erickson
+2  A: 

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.

Hightechrider
A: 

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

anon