Example string to test input boxes

html, validation

Solution

Test cases for check input boxes are:

- No data

- Very large data

- Integer data

- Integer data with leading or trailing spaces

- Alpha numeric data

- Special character

- Unicode characters

- Html or xml data

- SQL Injection check

Problem

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.

Original source