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 Tracibility matrix?How we can use in real time application?
what is STUB & DRIVERS ?
On which order testing is done regression,retesting,functional,User Acceptance Testing,Usability Testing,Smoke Testing ???
what is agile model?
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
write 3 test cases on railway reservation system
16.Compatibility testing is testing two application?
what is the template u used for informing clients regarding known issues when u near to release
What is the exact difference between Integration & System testing, give me examples with your project.
wat is test deliverables
5 Answers Calpine Technologies, CTS,
what format do u follow in ur company to make a test repot? test report format.
What is testing Approach, Methodology, Terminology, Technic and Types? what is domain? Please clear me.