Thread: testcases
View Single Post

  #2 (permalink)  
Old 12-28-2007, 07:30 AM
mr_perfect mr_perfect is offline
Junior Member
 
Join Date: Dec 2007
Posts: 5
mr_perfect is on a distinguished road
following are the test cases that can be considered for a login.
1> login field is a text box and it should be editable.
2> valid login id with valid pwd
3> invalid logind id with valid pwd
4> invalid logind id with invalid pwd
5> valid logind id with valid pwd
6> pwd field should be password protected i.e. after entering the value the text should be seen as '*' or any other special char for security reasons.
7>if pwd is correct and loginid is incorrect then the error message should not specifically say that loginid is incorrect. It should display loginid/pwd incorrect for security reasons.
8>on correct login user should be send to proper page.
9>both loginid and pwd field should be mandatory.and not allow blank or spaces.
10> both should have a validation of having min length of string.
Reply With Quote