Manual Testing Question:
Download Questions PDF

Password is having 6 digit alphanumeric then what are the possible input conditions?

Answer:

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 password greater than 6 digits
7) Input password as special characters
8) Input password in CAPITAL ie uppercase
9) Input password including space
10) (SPACE) followed by alphabets /numerical /alphanumerical/

Download Manual Testing Interview Questions And Answers PDF

Previous QuestionNext Question
Define Brain Stromming and Cause Effect Graphing?Explain agile testing?