Generating Random Data
In my experience as a software developer, I found it very important to have a large amount of data available in order to use it for testing the application you are developing. Yes, it is possible to manually create your own. However, this takes time and doesn't really give you a large amount of data (unless you spend all your time generating the test data). Another option is to utilize the data that will really be used with the application (this is the most ideal option but it takes time to request or is simply unavailable).
That's where the idea of automated generation of test data comes in. Basically, such a tool should allow you to define columns, the data type of those columns, and some formatting. After generating the data, it should allow you to view the data or download it for uploading to a database.
I don't know if there are better ones out there but what I tried to play around with was http://www.generatedata.com. Feel free to check it out. It is free, downloadable, and for a minimal fee you can have a user account where you can save your forms.














