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 if the project isn’t big enough to justify extensive testing?
Did any one worked on banking domain? banking projects? can anyone pls share their experience with me?
what i s SRS
18 Answers Accenture, BPR, CLG,
Hi... What is difference between QA and testing?
1)does we need any web server for executing web application or project. 2)do we need any web server to run a build
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
2. What resources do you use to learn about Web accessibility?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
what is the main difference between Compatibility testing and system testing
give on example of regression testing, u did in yuor projec?
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares.