password is having 6 digit alphanumerics then what r the
possible input conditions?
Answer Posted / testing engineer from bangalor
Including special characters also
Possible input conditions are :
1)Input password as = 6abcde (ie number first)
2)Input password as = abcde8(ie character first)
3)Input password as = 123456 (all numbers)
4)Input password as = abcdef (all characters)
5)Input password less than 6 digit
6)Input passowrd greater than 6 digits
7)Input password as special characters
8)Input pasword in CAPITAL ie uppercase
9)Input password including space
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
What’s the difference between a bug and a defect?
What is the difference between coupling and cohesion?
When should you opt for manual testing over automation testing?
is it possible to do performance testing in stand alone application..how wil u do that ???????
What is unit level testing?
is it possible web application make it as executable file
What is middle ware testing?? what are the companies using this tech?
What is the procedure of manual testing?
What are noise variables?
6 what do you like least about testing?
What is the difference between a bug, a defect and an error?
What are the roles of glass-box and black-box testing tools?
Do you know anything about Set Top Boxes?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2