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

How do you choose a design pattern?

0 Answers  


What is software 'quality'?

2 Answers  


Is oop a design pattern?

0 Answers  


How do you ensure quality of code ?

3 Answers   Infosys,


Explain what are 5 common problems in the software development process?

0 Answers  






What design pattern wrapper classes implement?

0 Answers  


What is the factory pattern in the design pattern?

0 Answers  


What is mvp design pattern?

0 Answers  


What are the design patterns you know explain?

0 Answers  


What is the concurrency design pattern?

0 Answers  


Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?

0 Answers  


Is singleton a design pattern?

0 Answers  


Categories