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


Please Help Members By Posting Answers For Below Questions

Can list out some disadvantages of manual testing?

676


What is the main use of preparing a traceability matrix?

706


Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain

1647


what are the status have in QC(Test Management Tool). and how you report?

1461


What is software review?

808






In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).

1423


How to explain the Insurance project in the interview?

1095


from where do u collect test data if u miss some data what will happen

2193


where do we work with Application, web and Database servers Means which type of applications.

1469


What is a ‘test plan’?

729


Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.

1506


What is fuzz testing?

653


What is reverse engineering?

747


Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com

1529


what kind of testing have u done?

1520