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
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What are the 23 design patterns?
Write the code for a singleton class?
What are the types of design patterns?
What are the differences between the design patterns and the framework?
What is aop design?
Can we have this pattern implemented using static class?
What is the use of design patterns?
What are the examples of the behavioral design patterns?
What is synchronizer token pattern?
Is singleton scope thread safe?
What is proxy in design pattern?
Which design pattern is mostly used in net?
Why is singleton used?
What are structural design patterns?