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?

    viveleroi0 wrote:

    How do the pros test their forms?

    $Type->onKeyboard("test...fake...123...etc...get the point?")

      Write a Reply...