GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Functional Testing
Go To First  |  Previous Question  |  Next Question 
 Functional Testing  |  Question 2 of 10    Print  
Boundary Value
What is the min amd Max length of password


  
Total Answers and Comments: 11 Last Update: September 11, 2009     Asked by: kumsan060 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
July 03, 2008 10:05:05   #1  
Suresh Chanduvula Member Since: July 2008   Contribution: 1    

RE: Boundary Value
Password minimum length is the least length that user must specify.
Password maximum length is the most length that user can specify.

 
Is this answer useful? Yes | No
July 03, 2008 16:34:32   #2  
srivani123 Member Since: November 2007   Contribution: 9    

RE: Boundary Value
Instead of checking each and every possible value we check the boundary values only.
For eg if the login id has to accept only 6 to 11 alphabets only.
Then we check this instance by applying the values like
6-1 5 alphabets --- it should fail
6------------pass
7----------- pass
11------------pass
11+1 12-------fail
ie. min-1 max+1 should fail middle of the values should pass. this is boundary value analysis(BVA)

 
Is this answer useful? Yes | No
July 04, 2008 01:52:05   #3  
abusaud Member Since: May 2008   Contribution: 48    

RE: Boundary Value

Testing application with some boundary values

i.e

Before the value

Beyound the Value

there are three types of inputs for an module

i.e

Entering the values before the current and correct value

accurate input value

beyound the value


 
Is this answer useful? Yes | No
February 19, 2009 01:33:09   #4  
vk1978 Member Since: February 2009   Contribution: 174    

RE: Boundary Value
Boundary Values for any field should be consider with

Minimum value -1 Minimum value Minimum value +1
Middle value
Maxmium value -1 Maxmium value Maxmium value +1

so for your questions - password field if the mimimum value is 4 and max is 10
then the parameters are

3 4 5 - for Minimum value
7 - for middle value
9 10 11 - for Maxmium value

Please suggest me if I am wrong

 
Is this answer useful? Yes | No
February 24, 2009 06:31:19   #5  
mathan_vel Member Since: December 2007   Contribution: 422    

RE: Boundary Value
Password Min and Max length should be specify in the requirements.

If more than 6 characters the password should good.
If the characters is the combination of alpha characters with special symbols then the password is strong.

 
Is this answer useful? Yes | No
March 19, 2009 07:54:04   #6  
srinivasulub1981 Member Since: December 2005   Contribution: 387    

RE: Boundary Value
HI

The password lenth has to be derived by client but as for as our standards

The min length of the pw: 6 chars
The max lenth of pw: 8 chars

Srinivas

 
Is this answer useful? Yes | No
March 23, 2009 04:27:13   #7  
Gaddamsuresh Member Since: March 2009   Contribution: 4    

RE: Boundary Value
Hi Kumsan060

I think there is no particular number fixed for Max And Min length password It depends upon the User perspective using the product We can fix that number To test this type of fields there is a tool called TestersDesk Normally We can test the Boundary Value For one instance at one time But the Specialization of this tool is We can test the Several instances at single time

G.suresh

 
Is this answer useful? Yes | No
August 08, 2009 03:44:45   #8  
saravanan123 Member Since: July 2009   Contribution: 163    

RE: Boundary Value
It is nothing but testing the input at the bounded input of the test condition

i.e if we want to test of 4 to 9 means the test data should be 3 4 9 10

 
Is this answer useful? Yes | No
August 10, 2009 05:19:53   #9  
Sir Rodney Effing Member Since: August 2009   Contribution: 3    

RE: Boundary Value
This should be in the [Design] Specs - but it may be the case that the Password may also be case-sensitive and/or need a number(s) too - for example "Password" would be allowed but "password" wouldn't - or the the password may need to be "Password10" etc.
I'd also recommend not having a password of "Password" case sensitive or not! Indeed these types of words may be barred.
Apologies as I realise my answer comes out of the boundaries (no pun intended) of Boundary Value but I thought it may be of some use / get some fellow testing brains thinking :)

 
Is this answer useful? Yes | No
September 04, 2009 05:37:10   #10  
ashishks Member Since: December 2008   Contribution: 73    

RE: Boundary Value
Generally standard length of the password field is:
Min- 6 characters
Max- 12 characters

So if we consider this as password field limit then we apply boundary value like this:

min-1 min max max+1

i.e. we will test password containing 5 6 12 13 characters.

 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape