How do you do HTML form testing without real user input simulation ?

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-04-05T14:04:39Z Indexed on 2010/04/05 14:13 UTC
Read the original article Hit count: 517

Filed under:
|
|
|
|

this question is like this one, except it's for PHP testing via browser. It's about testing your form input.

Right now, i have a form on a single page. It has 12 input boxes. Every time i test the form, i have write those 12 input boxes in my browser.

i know it's not a specific coding question. This question is more about how to do direct testing on your form

So, how to do recursive testing without consuming too much of your time ?

© Stack Overflow or respective owner

Related posts about php

Related posts about browser