Submitted Questions

  • Test cases for Login Screen

    Login Screen User ID -> textbox Password -> textbox Sign in-> button.. Can someone send me how to write test cases for the above requirement?

    Haritha

    • Apr 17th, 2015

    Enter Blank details and click on sign in button
    Enter valid user name,Invalid password and click on sign in button
    Enter Invalid user name ,valid password and click on sign in button
    Enter Both invalid details and click on sign in button
    Enter Valid User name& password click on sign in button

    msrajeshreddy

    • Oct 25th, 2013

    1.enter valid username and valid password.
    2.enter invalid username and valid password.
    3.enter invalid username and invalid password.
    4.enter blank username and valid password.
    5.enter valid username and blank password.
    6.enter blank username and blank password.