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 are the possible test cases/test scenario for Search functionality ?
diff stages between open and fixed status in defect bug cycle
what exactly is heuristic checklist approach for unit testing?
What is Equivalence Partitioning and Boundary Value Analysis. Is Boundary Value is subset of Equivalence Partitioning??
what is Ping tests?
what is test coverage matrix? what its use? and its format?
1) In your own words please explain the probable test cases and scenarios for the authentication or login process flow for web based applications like a. www.gmail.com b. www.facebook.com c. Secure internet banking (ICICIBANK.com etc)
I have 3 years of experience as a software manual tester. What can i study further for a career growth. Please advice if there is anything apart from automation testing
In the Testing, How do we find the Duplicate Defects. In the case of testing is going on On-site r off-shore..some times on site and off-shore people may enter defects at the same time..those may include duplicate defects. how we have to find those defects..
Functional testing is the part of System testing or System testing is the part of functional testing
Suppose you have given less time and you have quite few test cases to run what will your steps to resolve this issue.
If Rohan likes 400 & does not like 300, he likes 100 but not 99, he likes 2500 but not 2400, what does he like? 1. 900 2. 1000 3. 1100 4. 1200 Please give answer with proper explanation!