Thread: testcases
View Single Post

  #3 (permalink)  
Old 01-02-2008, 04:44 AM
mr_perfect mr_perfect is offline
Junior Member
 
Join Date: Dec 2007
Posts: 5
mr_perfect is on a distinguished road
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.
Reply With Quote