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


Please Help Members By Posting Answers For Below Questions

What are the examples of the behavioral design patterns?

595


What is the concurrency design pattern?

696


How did you design your unit tests?What about integration tests?

1792


Explain what is good design?

611


What is factory method in design pattern?

552






Give me example of chain of responsibility design pattern?

612


What is the use of repository pattern?

569


What is clean architecture?

567


Is bean a singleton?

560


What is the prototype design pattern?

616


What is the difference between architecture and design?

573


Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?

2685


Why singleton beans are not thread safe?

555


Is singleton scope thread safe?

611


Shall we use abstract classes or interfaces in policy / strategy design pattern?

588