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

Can you explain singleton pattern?

0 Answers  


What is single tone design pattern in java?

0 Answers  


how to pring 10 item per page in smartform

0 Answers  


What is 'good design'?

2 Answers  


What is the difference between factory and strategy design pattern?

0 Answers  






Give me example of chain of responsibility design pattern?

0 Answers  


Which design patterns have you used in your project ?

0 Answers   QuestPond,


Can we inherit singleton class?

0 Answers  


Design Facade pattern - What is its application in projects ?

1 Answers   HP,


Why singleton beans are not thread safe?

0 Answers  


What non-visual coding tools are available for web design?

0 Answers   Wipro,


what is data access layer?

7 Answers   Honeywell,


Categories