can someone tell me the test cases for following scenario of
password:
1. Password should be minimum 6 chars and maximum 8 chars.
2. Password should consists of 1 uppercase letter.
3. Password should consists of 1 numeric.
4. Password should consists of 1 special character.
Answers were Sorted based on User's Feedback
Do boundary value analysis by putting 5,6,7,8,9 character
valid password. After that try various combination of
negative scenarios like blank, spaces, spaces at start,
spaces at end, spaces in between, alpha lowercase only,
alpha uppercase only, alpha lower+upper, alpha lower+upper +
Number, alpha lower+upper + special character, special +
Number, only special, only numeric etc etc...
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mudaseer
1)enter a password with 5 characters or less than 5 characters
expected result it should not accept and display password should be more than 6
enter a password with 6,7 and 8 characters expected result it should accept
enter a password with more than 8 expected result password should be less than 8 characters
| Is This Answer Correct ? | 1 Yes | 0 No |
Why is it that the boundary value analysis provides good test cases?
when you don't have time to write test cases, what do you do?
Explain the system testing?
Elaborate test plan and content availability in test plan.
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin
What are test cases for Car Locking System?
What is test cases for mobile phone ?
test case for coffee machine?
what is parametrization ? How do you parametrize in qtp ?
Pls tell me test cases for pepper grinder
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)