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
What type of testing you perform in organization while you do system testing, give clearly?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
list of methods that is used to document the requirements of a software.
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
Is an "A fast database retrieval rate" a testable requirement?
what is TAS language which is used as a language for some projects/
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
Describe your personal software development process.
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
What are the roles of glass-box and black-box testing tools?
What is AGP?what is setup.inf?What are the ways to install driver?
what is diffrence between dynamic black box testing and dynamic white box testing
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example