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
i need some objective type papers for my certification
What will be your approach if a particular script in Load Test fails?
Explain test metric and the information it provides.
How do you define a testing policy?
What is Web testing & which action we take at the time of Web Testing?
Write notes on apparel testing equipments.
What are the advantages of waterfall model?
What is the difference between static testing and dynamic testing?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
what is diffrence between dynamic black box testing and dynamic white box testing
What is the Testing strategy for testing client server applications/products?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
Can you explian $ pillar of Agile
Can you explain boundary value analysis?