This is a discussion on testcases within the Software Testing forums, part of the Testing category; send me maximum test cases for login...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
positive testcases are
1> screen should have 2 input fields a.userid and b. password with a login button. 2.test data = valid login id and valid password 3.negative testcase a. invalid login id and valid password b. valid login id and invalid password c. invalid login id and invalid password 4.Incase of any invalid entry say username or passwrod, the error message should display invalid login details and not mention specifically invalid userid or invalid password for security reasons. 5. U can also include that forgot password link should also be present and functional. 6. on correct login, user should enter to the website and private account. 7. if the user is redirected to his account but for this new window is oppened, then the parent window which had login interface, should clear the loginid/password details which were entered to loging in for security reasons. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import testcases xls document to Oracle DB | HE-Man | Oracle JDeveloper | 2 | 01-11-2008 06:31 PM |
| Common Questions for Testers | kalyansantosh | Software Testing | 1 | 06-23-2007 06:40 AM |
| Tutorial on Silk Test | spriya279 | Testing Tutorials | 2 | 02-15-2007 07:31 PM |
| How to write testcases using testdirector | rsa77 | Testing Tutorials | 1 | 02-12-2007 05:58 AM |