1. password should be in encrypted form2. the field can not be copied either by right clicking of the mouse or by ctrl+c option3.Should contain alphanumeric or special character.4.While testing web based application we must test that password should not be saved in Cookie.If a cookie is set for password it should be in encrypted form..
1. password should be in encrypted form
2. the field can not be copied either by right clicking of the mouse or by ctrl+c option
3.Should contain alphanumeric or special character.
4.While testing web based application we must test that password should not be saved in Cookie.If a cookie is set for password it should be in encrypted form..
1- Should be mandatory
2- Should be Encrypted.
3- Must be complex combination with Alphnumeric & special Character
4- Should be remove after Refresh & Back the page
This looks to be a typical testing questions , but some common validation we would at is
My top 20 .NET Interview questions and answers