What are the Test Cases for a login in to your email which
has username and password?
Answer / slonia
1.Verify that the username should not be less than 6
characters.
2.Verify that the username should be more than 6 characters.
3.verify that the password should be encripted.
4.Verify that the character length of username should not
be more than 20 character
5.Verify that the character length of password should not
be more than 20 character
6.verify that invalid username and invalid password.
7.verify invalid username and valid password.
8.verify valid username and invalid password.
9.verify special character should in username and password.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is database testing?
tell me the V-model advantages & disadvantages
what is Test Responsibility matrix?
Generally which software development model is used in project based companies?
What is Traditional testing & Object Oriented testing?
If project wants to release in 3months what type of Risk analysis u do in Test plan
What is a critical bug?
Name three types of tests that should NOT be automated.
What is the difference between use case and test case? give example.
Hi Friends... Can any one tell me how many functional test cases we can write for basic login page.. Thanx in advance..
What is a Test Build Manager?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.