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
What is the difference between factory and strategy design pattern?
Are you using singleton in your code?
What is difference between function oriented design and object oriented design?
What is clean architecture?
Explain what are 5 common problems in the software development process?
What is single tone design pattern in java?
What is the difference between proxy and adapter?
What is use case in clean architecture?
What is lexi design pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
Why do we need singleton pattern?
Can we use an equated value as operands for an MVC ? Reason for the same.
Why have we used synchronized here?
Why have we declared the instance reference volatile?