Test Style
Curious
Aggressive
Belligerent
How do you want to test inputs?
Only test one input at a time. Slower, but may yield more accurate results.
Test a bunch of inputs concurrently. Faster, but may not be as accurate.
Smart form validation
Try to match inputs fields to values from a database for things like cities, emails, etc. May help to pass validation filters.
Randomize all input values. May result in failures due to client or server-side validation.
Run!