Pergunta de entrevista da empresa Bank of America

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?

Resposta da entrevista

Sigiloso

12 de mar. de 2016

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.