Exforsys
+ Reply to Thread
Results 1 to 4 of 4

testcases

This is a discussion on testcases within the Software Testing forums, part of the Testing category; send me maximum test cases for login...

  1. #1
    vinay.k is offline Junior Member Array
    Join Date
    Dec 2007
    Answers
    1

    Post testcases

    send me maximum test cases for login


  2. #2
    mr_perfect is offline Junior Member Array
    Join Date
    Dec 2007
    Answers
    5
    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.


  3. #3
    mr_perfect is offline Junior Member Array
    Join Date
    Dec 2007
    Answers
    5
    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.


  4. #4
    zephyr's Avatar
    zephyr is offline Member Array
    Join Date
    Dec 2007
    Answers
    31
    Thanks for sharing useful information those are very helpful for me


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...