write 5 best test cases like any password?password should
be mixed case with atlest one number or special characters?
Answer Posted / anil
check for empty password it should fail.
check for all alphabetic password it should fail
check for all numeric password it should fail
check for all special character password it should fail
check for all mixed password it should suceed.
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What are the examples of the behavioral design patterns?
What are the 23 design patterns?
When should design patterns be used?
What is the use of repository pattern?
What is synchronizer token pattern?
Are you using singleton in your code?
Is dependency injection a design pattern?
Why is singleton bad?
Why should we not use singleton pattern?
What are the most popular design patterns?
Can we have this pattern implemented using static class?
What is the design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is the behavioral design pattern?
what are the creational design patterns