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



write 5 best test cases like any password?password should be mixed case with atlest one number or ..

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

write 5 best test cases like any password?password should be mixed case with atlest one number or ..

Answer / shyamjoman

shyamjoman

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What is the use of design patterns?

0 Answers  


What are useful tools for developing and testing color schemes for web sites?

0 Answers   Wipro,


What are structural design patterns?

0 Answers  


Why have we used synchronized here?

0 Answers  


What are the categories in which the design patterns can be divided?

0 Answers  






What is the difference between adapter and facade?

0 Answers  


Is dependency injection a design pattern?

0 Answers  


What is the factory pattern in the design pattern?

0 Answers  


Why is singleton bad?

0 Answers  


What are the types of participants of the prototype design pattern you will get?

0 Answers  


How do you choose a design pattern?

0 Answers  


Explain three types of components comprise an application design?

0 Answers  


Categories