password is having 6 digit alphanumerics then what r the
possible input conditions?
Answers were Sorted based on User's Feedback
Answer / software_testing_pune
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 ? | 13 Yes | 0 No |
Answer / jyothinapa
we can check this through r techniques BVA and ECP
BVA ECP
min=1 pass VALID INVALID
min+1=2 PASS [A-Z a-z 0-9] all blank fields
MIN-1=0 FAIL {1,6} all special chars
MAX=6 PASS
MAX-1=5 PASS
MAX+1=7 FAIL
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / srinivas
1) With no values
2) With valid alphanumeric value.
3) With invalid alphabetic value.
4) With invalid numeric value.
5) With special character values >6.
6) with > 6 spaces with spacebar.
7) with < 6 digits
and many more
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nuthan kumar v
let me know, is it Login operation or Login creation ?
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / vivek.ranganathan
Like all of them given the answer , i would like to add
that is
PASSWORD :(SPACE)followed by alphabets /numericals /alpha
numericals/
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the difference between web applications and lient server applications
What type of ideal testing process should be follow by CMM- 3 COMPANY.(PLEASE IN DETAIL)
can any one please give bug reporting format of bugzilla ?
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?
Can anyone explain me about, the white box testing and black box testing, in detail?
Wht are the Test cases do we write for Dialog box.. can anybody answer it.. Thanks in advance
is there any test cases for sanity testingPlease tell me any consultancies or companies both in chennai, bangalore( not in hyderabad), who can provide mail id with an Id( official ID). Iam planning to keep exp. in 3 small companies( not MNCs) iam trying on 3.5 yrs manual testing in chennai,bangalore my mail id pranu_soft@yahoo.co.in
what is system integration testing or UAT testing ?
can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????
what are the differnt error code that comes when an error occured in web application?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??