Write 5 best test cases for :
Login screen
Login ( Min 5 to max 15 )
Password ( Min 5 to max 15)
alphanumeric characters ans case senstive
Answer Posted / atish pradhan
Test case 1
1)enter the valid userid in editbox
2)enter the valid password in editbox.
3)click on submit button.
Expected result
1)it should display the userid.
2)it should display the password astrick symbol.
3)it should display the home page.
Test case 2
1)enter the invalid userid in editbox.
2)enter the valid password in editbox.
3)click on submit button.
Expected result
1)it should display the userid.
2)it should display the password in astrick symbol.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)enter the valid userid in editbox.
2)enter the invalid password in editbox.
3)click on submit button.
Expected result
1)it should display the userid.
2)it should display the password astrick symbol.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)enter the invalid userid in editbox.
2)enter the invalid password in editbox.
3)click on submit button.
Expected result
1)it should display the userid.
2)it should display the password astrick symbol.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)leave userid field blank.
2)leave password field blank.
3)click on submit button.
Expected result
1)it should not display any userid.
2)it should not display any password.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)enter the userid in editbox.
2)leave password field blank.
3)click on submit button.
Expected result
1)it should display userid.
2)it should not display any password.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)leave the userid field blank.
2)enter the valid password in edit box.
3)click on submit button.
Expected result
1)it should not display any userid.
2)it should display password in astrick symbol.
3)it should prompt an error message enter valid userid or password.
Test case 2
1)enter the valid userid in edit box.
2)enter the valid password in edit box.
3)click on cancel button.
Expected result
1)it should display userid.
2)it should display password in astrick symbol.
3)it should restore all fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how will you test a wine filled bottle along with 100 glasses
Inwhat basis the time is allocated for testing the application?
How can we test for drastic (severe) memory leakages?
What is configuration management in software testing ?
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
What is test out put?
Explain the difference between alpha testing and beta testing.
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
Explain Testing process in your organization?
What is exploratory testing and when should it be performed?
after completeing testing ,what would u deliver to the client?
What are the bussiness scenories?
can we do database testing in manual testing? then how we write the test case?
What is test management?
What is white box testing, and what are the various techniques?