I develop a lot of forms that POST data to php for storage in a MySQL database - but filling in fake test data into these forms takes way too much of my time. Is there some kind of tool I can use to generate fake data based off of the type and size of form fields?
How do the pros test their forms?