3
Reply

During the Password field testing which points should be focused?

Dharmendra Gaur

Dharmendra Gaur

Jan 31, 2011
7.5k
0

    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..

    Gaurav Olkar
    May 07, 2011
    0

    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

     

    Divya Saxena
    March 28, 2011
    0

    This looks to be a typical testing questions , but some common validation we would at is

    • Password can not be empty.
    • It should be atleast go above 5 characters
    • Should contain numbers and special characters.
    • Yes one thing password when types should not be visible so we would like to see * rather than actual password data.

    My top 20 .NET Interview questions and answers

    Shivprasad
    February 02, 2011
    0