Suppose if you have given Login screen to Test. What type of
tests r u going to do on that.How many test cases can u
write.?
Answer Posted / suresh
These are the test cases i wrote for a login screen
and i wrote 26 simple test cases, if i depth i will write
another 10 test cases
Test case 1
1.Minimum 4 characters = PASS
2.Maximum 16 characters = PASS
3.Less than 4 characters = FAIL
4.Greater than 16 characters = FAIL
5.Special characters = FAIL
6.Blank space = FAIL
7.Both alphabets and characters with minimum 4 characters
and Maximum 16 characters = PASS
8.Both alphabets and characters Less than 4 characters = FAIL
9.Both alphabets and characters Greater than 16 characters =
FAIL
Test case 2
10.Minimum 4 characters = PASS
11.Maximum 8 characters = PASS
12.Less than 4 characters = FAIL
13.Greater than 8 characters = FAIL
14.Special characters = FAIL
15.Blank space = FAIL
16.Both alphabets and characters with minimum 4 characters
and Maximum 8 characters = PASS
17.Both alphabets and characters Less than 4 characters = FAIL
18.Both alphabets and characters Greater than 8 characters =
FAIL
Test case 3
User Name Password Criteria
19.Valid Valid PASS
20.Valid Invalid FAIL
21.Invalid Invalid FAIL
22.Invalid Valid FAIL
23.Valid Blank FAIL
24.Invalid Blank FAIL
25.Blank Valid FAIL
26.Blank Invalid FAIL
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are bug leakage and bug release?
What is the most important phase in STLC and Why
What types of software testing are available?
What is quality center? What are the modules of quality center?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
what is TAS language which is used as a language for some projects/
what is the function generator?
You may be overqualified for this position we have to offer
Changes and enhancements to system?
What are the various techniques in black box testing?
What different types of manual testing are there?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
how agile testing is performed and what are the related documents.
how can u prepare the test plan?
Tell me the advantage and disadvantage of cookies?