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 are triggers and procedures?
Who will repare SRS? What is the basis for SRS preparation?
1. what is a difference between test plan and test strategy?2.What is the test plan is different from the test strategy? then how?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
How soon the bug should get fixed?
Describe to me the difference between validation and verification.
What is meant by formal and informal testing? Under which category it comes?
How many members can write the single test case?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
What type of testing you are doing ?
what is bug life cycle?
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?