How to test login Page ? What wud be the possible Test cases ?
Answers were Sorted based on User's Feedback
Answer / n@n!
+ve test cases:
1)valid username and valid Password
-ve test cases:
1)invalid username and invalid password
2)invalid username and valid password
3)valid username annd invalid password
4)enter numbers
5)enter special symboles
6)spaces between characters
7)kept username text box empty and enter valid password
8)kept username text box empty and enter invalid password
9)enter valid username and kept password text box empty
10)enter invaild username and keptpassword text box empty
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chiranjeevi.v
login with
1.valid user name and valid pass word
2.valid user name and invalid password
3.valid user name and no password
4.invalid user name and invalid password
5.invalid username and valid pass word
6.no user name and valid pass word
7. no user name and no password
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sravan reddy
We can test via both +ve test cases & -ve test cases also.
+ve Test case:
1. Valid user name and valid password.
_ve Test cases:
1. Invalid user name and valid password.
2. Valid user name and invalid password.
3. Invalid user name invalid password.
| Is This Answer Correct ? | 1 Yes | 0 No |
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Diff B/w Test Strategy and test plan
When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?
How to write Test Cases? What r the items in the Test Case? How to say whether the Test Case covers all functionalities in Application?
Explain about I18N Testing ?
How do you find synchronisation problems normally?
what r the GUI Test Cases for calculator?
what is bottleneck of application?
What made you pick testing over another career?
HOw to test website manually? Is it any criteria to test ?
High sevirity, low prority bug
How can we tes the performance of the web site?