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 is the difference between baseline and traceability matrix?
iam having 2+yr sof exp in manual testing, at present working in chennai,want to relocte to hyd .if any openings let me know.my id : vaniramymail.com
What are the different levels of manual testing?
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
write testcases for open dialogbox
Can anyone list out major scenarios for an application managing drug composition?
Explain unit testing, integration tests, system testing and acceptance testing?
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
Can you explain steps in function points?
Differentiate test bed and test environment?
what kind of testing have u done?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
how to write defects in excel sheets when defects occured
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...