Does anyone have a string they paste in when when testing html forms?
Just basically something that will test their system handles every kind of crap data that can be passed in.
Does anyone have a string they paste in when when testing html forms?
Just basically something that will test their system handles every kind of crap data that can be passed in.
First of all if its a mandatory field check for empty data and data with spaces only.
Try pasting <xml>
in your text box and then submit.
You have to validate against these kind of data.
Read more on
Test cases for check input boxes are: