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

What is smoke testing and when it will be done?

3 Answers  


where we save project in our system before stating testing???

1 Answers  


how will you estimate of your website?

0 Answers  


hi there, Yaar can any body help me please? I am looking for job change n want to relocate to Pune,Im in bangalore I have 2+exp in testing (man&QTP). if anyone can provide some reference in any comp.....plz reply ....Thanks

1 Answers  


what format do u follow in ur company to make a test repot? test report format.

4 Answers   Hexaware,


i have an iphone 4g can you tell me the test case for the camera?

8 Answers  


Hi,Can anybody pls let me know "what is the actual need for test strategy when there is test Plan?"Whay is test plan needed?

5 Answers   Relq,


Explain the Flow of V-Model

2 Answers   Virtusa,


Who will do the design phase testing?

3 Answers   Hoch Technologies,


wat is build verification testing

21 Answers   Tech Mahindra,


What are the two main categories of software testing?

0 Answers  


what is agile testing with example

3 Answers   Polaris,


Categories