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 Posted / 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 View All Answers
For any web application, what are the possible login features that should be tested?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What are the different servers and difference between them?
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
How should your staff be managed? How about your overtime?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
how to write test cases for epos/pos testing.
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
When to stop testing? (Or) how do you decide when you have tested enough?
What is Independent Testing?
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me
hai friends can u expalin about real time process of testing at the company, like flow diagram
What is the difference between system testing and integration testing?