For example as you construct a input field for user to input 8 character user_name into your database, what kind of testing would you do to make sure it will work well?
Sigiloso
1. check the length of the input is exactly 8 character long 2. if the DB is SQL based, need to make sure there is no SQL injection kind of situation created by the input.