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 / nvr_82@yahoo.co.in
generally login screen will have the titel bar,user id,text
box,password .,ok button, cancel button,help button
THE CONDITIONS R
IT SHOULD START WEITH ALPHANUMERIC IN LOWERCASE FROM 4 TO
16 CHRACTERS LONG,PASSWORD ALLOWS ALPHABETS IN LOWER CASE
OR NUMBERS.
TASTE CASE 1
SUCCESSFUL ENTRY OF USER ID
BVA
MIN=4CHAR===== PASS VALID INVALID
MAX=16 CHAR====PASS a to z A TO Z
MIN-1=FAIL 0 TO 9
MAX+1=FAIL
MIN+1=PASS
MAX-1=PASS
TEST CASE 2
SUCCESSFUL ENTRY OF PASSWORD
BVA
MIN= 4CHAR====PASS VALID INVALID
MAX= 8CHAR===PASS a to z A TO Z
MIN-1=FAIL 0 TO 9
MAX+1==FAIL
MIN+1=PASS
MAX-1=PASS
TEST CASE 3
SUCCESSFUL LOGIN OPERATION
UID PW CRITERIA
VALID INVALID PASS
INVALID VALID FAIL
VALID INVALID FAIL
INVALID INVALID FAIL
VALID BLANK FAIL
BLANK VALID FAIL
ANY MORE DOUBTS PLZ ASK ME
N.VENKATRAMAN
TESTING ENGINEER
HYD
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain severity with example and expalin each example?
What is the difference between functional testing and integration testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What do you do (with the project tasks) when the schedule fails?
What are the RBI rules has to follow by a bank for online precesseing. ?
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
What is the difference between stlc and sdlc?
What is an end-to-end testing?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
whar are the contents in db testing test case template
HOW TO CREATE SRS REVIEW REPORT TO PL?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
Need to know about Quality Center in brief
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.