can u say me how many test cases i can get for a user to
login and enter password ..please specify in testcase
desing template for that

Answers were Sorted based on User's Feedback



can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / b.v.s.sekhar

For testing the login operation, there are seven test cases.
Test case No User id Password expected output
1 Valid Valid Next window

2 Valid Invalid Error message

3 Invalid Valid Error message

4 Invalid Invalid Error message

5 Blank Valid Error message

6 Valid Blank Error message

7 Blank Blank Error message

Is This Answer Correct ?    13 Yes 2 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / kanda

Consider Login with Userid(Min 5 Char and Max 10 Char)
------------------------------------------------------
i)Test to Check with Valid Userid(5 Char) and Valid Password
(As per Requirements)
ii)Test To check with Valid Userrid(10 Char) and Valid
Password(As per Requirements)
iii)Test To check with Valid UserId (<=10 X >=5) and Valid
Password(As per Requirements)
iii)Test To check with InValid Userrid( 5< X >10 Char) and
Valid Password
iv)Test to Check with Valid User Id and Invalid Password
(Password not belongs to User)
v)Test To check Whether Password Is case Sensitive
vi)Test To Check with Blank Values on Input Field in Login
Screen
vii)Test To Check whether Password In Encrypted Form
viii)Test To Check Whether Navigation is Possible through
TAB key
ix)Test To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case
x)For Invalid Data input fields after Alert messaage check
Whether Cursor Enabled for that Field
Xi)Test To Check Whether User can Able to Navigate
Successfully for valid Input fields

Is This Answer Correct ?    9 Yes 1 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / m.srinivas

min=5;............... valid

max=10;............... valid
min-1= 4;........... invalid
min+1= 6;........... valid
max-1=9;...........valid
max+1=11;.............. invalid

Is This Answer Correct ?    2 Yes 0 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / amit kumar saini

With out Spec we right Test Cases Depends upon the Object
Present in the scren.

Is This Answer Correct ?    1 Yes 2 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / ponkumara guru paran

a) To check the with Valid User id(5 Char)and Valid Password

b) To check with Valid User id(10 Char) and Valid Password

c) To check the Rules in formula for used this way 4 >= 5

d) To check the valid user id for 5 <= 6 ::

e) To check the valid user password for 9 >= 10

f) To check the valid user password 10 <= 11;

g) To check the used in Blank space for valid user name &
password

h) To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case

i) To check the nothing words or numbers for not valid password

Is This Answer Correct ?    0 Yes 2 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / ponkumara guruparan

input flow :password type is more than 6 to 18 characters or
numbers

more types to check the test cases in password

1. u should not enter the username & password
2. u should not enter the password only
3. u should enter the blank space used for password
4. enter the password, but should not enter the username
5. u should enter the wrong password
6. u should enter the less than six letters
7. u should enter the more than 18 letters

Is This Answer Correct ?    1 Yes 3 No

can u say me how many test cases i can get for a user to login and enter password ..please specify..

Answer / sulla

pompoi

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Test Cases Interview Questions

What is test environment? Elaborate with example.

0 Answers  


Explain the exactly meaning of test case?

0 Answers  


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

0 Answers  


What are the processes / steps invovled in Defect Prevention meeting?

1 Answers  


Please can anybody tell me some good ideas to write test case for fan and test case for chair?

6 Answers   TCS,






what would be the negative test case for serach that break the search .

3 Answers  


What could be test cases for windows calculator using risk based testing

1 Answers  


What is the domain testing?

0 Answers  


What is the role of QA in a development project?

6 Answers  


is test cases are necessary for testing non functional testing

1 Answers   MSCI,


can one defect be mapped to more than one test script in manual testing

0 Answers  


(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.

3 Answers  


Categories