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
On what basis you are fixing up the time for project completion?
how recovery manager works in winrunner
Changes and enhancements to system?
online demo for bug tracker tool(let me know the website)
If client give you a project then which testing you will perform first
Tell me the SRS based review,brs based review
any one giv test cases for wordpad using equivalence class partioning
What r the documents required for performance testing
Is an "A fast database retrieval rate" a testable requirement?
What is difference between V-Model and Agile Model?
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
how to write defects in excel sheets when defects occured
What icon is used in WinRunner to get an explanation of the syntax of TSL?
What are the properties of a good requirement?
What is a ‘test plan’?