Custom Search

Wednesday, September 12, 2007

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

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/


--
Manual Testing faq's

No comments: