Mark’s Site

Pensieve for coding and golf :-)

CSV Data Generator

By admin • Jun 4th, 2008 • Category: 2.4. Testing

I’m in the process of creating a csv import application for employee data among other things, so I needed good quality test data. Instead of writing a few lines of test data myself, I thought I’d check if any free applications existed to do the work for me. I’m into free applications that I don’t have to download, so the search was on, and I’m happy to say I didn’t have to look very far.

I found this free little tool for generating different types of data online:

(http://www.generatedata.com/#generator).

I just plug in a few options and this generator gives me as much realistic data as I need to properly test my csv import application. Saves me more than a few minutes writing test data myself. Useful for load testing as well. Generate a few thousand lines of csv, import it to your database and test away. Of course, you can use MySQL functions to help generate a heap of INSERT statements as well, but this is another way :-)

Tagged as: , , , ,

admin is
Email this author | All posts by admin

Leave a Reply