write 5 best test cases like any password?password should
be mixed case with atlest one number or special characters?
Answers were Sorted based on User's Feedback
Answer / 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 |
Give the syntax of css?
Which design pattern is mvc?
. Run us through your design process.
Design the Factory pattern and What is its application ?
What are the types of design patterns?
Explain three types of components comprise an application design?
write 5 best test cases like any password?password should be mixed case with atlest one number or special characters?
Which design pattern is mostly used in net?
3. Discuss the concept of system transition strategy
Can we inherit singleton class?
What is difference between GoF and J2EE patterns?
Is dependency injection a design pattern?