password is having 6 digit alphanumerics then what r the
possible input conditions?

Answers were Sorted based on User's Feedback



password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

password is having 6 digit alphanumerics then what r the possible input conditions? ..

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

Post New Answer

More Manual Testing Interview Questions

Explain the sub-genres of performance testing?

0 Answers  


what is software workbence process ?

1 Answers  


Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .

2 Answers  


What is the difference between Retesting and Data Driven Testing?

8 Answers   CTS,


Hi, Plz have a look on the following questions? Test Life Cycle, Regression,Performance, diff b/w system & integration, SDLC..

2 Answers   Virtusa,






anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smoke testing

4 Answers  


What is your Expected CTC? Should I tell my expected salary or say as per company norms? Tell me proper answer for it?

10 Answers   Accenture, Dream Careers, Flextronics, Havells, Royal Public Health,


What is meant by thin point in QTP

0 Answers  


suppose if you are in ATM center and if you withdraw an amount of rs. 10000/-, you get a message to your mobile for deduction of amount but you did not receive any amount from ATM machine. What will you do? How do you rise a defect?

3 Answers  


Explain The test development life cycle?

1 Answers   Crea,


1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?

4 Answers  


Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B

4 Answers   TCS,


Categories