1.Test cases for
Password cannot be used for next 13 times?

2.Test cases for
Password should not be less than 8 to 13 chars and there
should be at least one special character and one Capital
letter.



1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should ..

Answer / godisgr8

I couldn't exactly understand the 1st query.

This is for the 2nd query;

Positive Scenarios:

1. Enter and check pwd field with min value(8)with a
special char and a cap letter.
2. Enter and check pwd field with max value(13)including a
special char and a cap letter.
3. Enter values between 8 to 13 including a special char
and a cap letter.

Negative Scenario:

1. Enter blank data in the pwd field.
2. Enter invalid data(only special char or only numbers).
3. Enter data more than the max value of 13.
4. Enter data excluding special char and cap letter.

There r still lots of combinations that we could check
like;

1. Check if data entered in pwd field is encrypted or not.
2. Copy and paste in a text editor file and see if data is
still encrypted or not.

We should make sure that, invalid data should throw a
validation error.

Hope this is useful!!

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release

2 Answers   TCS,


What is the Myers Boundary Table?

0 Answers  


What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.

1 Answers   TCS,


how would one evaluate test effectiveness? if at all it is possible what type of metrics will be used to calculate effectiveness.

3 Answers  


When have you had to focus on data integrity?

0 Answers  






What incremental integration testing?

2 Answers  


you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.

1 Answers   Amazon,


hi iam suma i completed my btech and search job in testingtools, i don't any real time experiance can any one post me real time srs doc and tracebulity matrix related to banking projects to this e-mailid ch_sumathi2004@yahoo.co.in

2 Answers  


who preapares use case document? who preapares use functional point document? who preapares use test sceanario document?

1 Answers   Accenture,


What r the attribute of good software test?

1 Answers  


How we will do the regression testing (in real time)

6 Answers  


What do you understand by the terms ?Response Time?, ?Pages Per Second?, ?Transactions Per Second??

1 Answers  


Categories