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.
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 |
What is meant by SIT?
how to retrieve the test data?
How do you test cookies?
Unit Testing can be done by using Nunit?
Can anyone please suggest me a online book on manual testing??
hi how to test a video files? and what type of test stategy you follow to test a video files?
APPROACHES FOR WEB BASED APPLICATION TESTING. DIFFERENCE CBETWEEN WEB BASED APPLICATION AND CLIENT BASED APPLICATION
what is the difference between quality assurence and quality control
How to kill cookies from Web page?
Can anybody provide me links for the ISTQB certification materials?
How do you write DEFECT REPORT?
What is the Test Methodology and Framework in Testing?and what ur following in ur company?