• Testing concepts
  • Sunday 27 October 2013

    Test Cases for Login scenarios

    Few Test Cases for Login scenarios

    1. Test for Valid Username and Password and click on Login, should successfully Login.

    2. Test for entering Username and without Password and click on Login, should pop up message and ask for Password.

    3.   Test for  entering Password and without Username and click on Login,  should pop up message and ask for Username.

    4.   Test for InValid Username and InValid Password and click on Login,  should pop up message and ask for Valid Username first and then ask for Valid Password.  

    5.   Test for Limited characters for  Username and Password and use Equivalence partitioning and boundary value analysis for both and click on Login

    6.   Test for strong, weak password  with all wild characters in it and then click on Login.

    7.   Test for password should be in encryption and should not be visible and click on Login

    8.   Test for more security tags with html tags or sql injection in username and password so that no one hack the account.

    9.   Test for forgot password if user is already registered and click on Login and email should be sent to User.

    10.   Test for Change Password with Old Password should be different with New Password, should be able to change password successfully.

    No comments:

    Post a Comment