GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Basics
Go To First  |  Previous Question  |  Next Question 
 Testing Basics  |  Question 190 of 203    Print  
How do you use boundary value analysis testing for evaluating the password ?

  
Total Answers and Comments: 5 Last Update: August 11, 2009     Asked by: ranjini 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: rk_pradheep
 
Boundary Value Analysis for testing password.

As per rule boundary value Analysis must have SIx Conditions MIN-1, MIN, MIN+1
MAX-1, MAX, MAX+1

As per ref available for me from

http://softwaretestingguide.blogspot.com/

for user id when can apply same for password it works like this
lets have condition password min 4 char max 10 char in length.password can be any thing since password depends on userid.

MIN-1
User ID : master
password : abc
result :Should not accept should popup msg "enter Correct Password".

MIN
User ID : Master
password : abcd
result : Should accept

MIN+1
User ID : Master
password : abcd
result : Should accept

MAX-1
User ID : Master
password : 123456789
result : Should accept

MAX
User ID : Master
password : abcd123456
result : Should accept

MAX+1
User ID : Master
password : abcd1234567
result : Should not accept should popup msg "enter Correct Password".

Above answer was rated as good by the following members:
kalpanamaddula, aharper
November 17, 2007 06:55:51   #1  
rk_pradheep Member Since: October 2007   Contribution: 8    

How do you use boundary value analysis testing fo...
Boundary Value Analysis for testing password.

As per rule boundary value Analysis must have SIx Conditions MIN-1 MIN MIN+1
MAX-1 MAX MAX+1

As per ref available for me from

http://softwaretestingguide.blogspot.com/

for user id when can apply same for password it works like this
lets have condition password min 4 char max 10 char in length.password can be any thing since password depends on userid.

MIN-1
User ID : master
password : abc
result :Should not accept should popup msg "enter Correct Password".

MIN
User ID : Master
password : abcd
result : Should accept

MIN+1
User ID : Master
password : abcd
result : Should accept

MAX-1
User ID : Master
password : 123456789
result : Should accept

MAX
User ID : Master
password : abcd123456
result : Should accept

MAX+1
User ID : Master
password : abcd1234567
result : Should not accept should popup msg "enter Correct Password".

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
November 17, 2007 07:00:54   #2  
rk_pradheep Member Since: October 2007   Contribution: 8    

How do you use boundary value analysis testing fo...
In above scenario pls Imagine user ID master used in differnent situation are different user id and not same
 
Is this answer useful? Yes | No
December 01, 2007 10:10:25   #3  
srikanthreddy.bang Member Since: December 2007   Contribution: 2    

RE: How do you use boundary value analysis testing for evaluating the password ?

Its an selection technique in which test data are choosen to lie along boundaries of input data


 
Is this answer useful? Yes | No
January 15, 2009 05:54:55   #4  
preethi.gollamandala Member Since: September 2008   Contribution: 88    

RE: How do you use boundary value analysis testing for evaluating the password ?
Firstly we have to identify that what is the BVA range of the password from the SRS Document/from the client requirements and capture the min and max ranges

So according that we have to test by following min-1 min min+1 max-1 max max+1
By following this we have to test for Boundary value analysis to evaluate that password

We should get the testing results as
min-1 (fail)
min (pass)
min+1(pass)
max-1(pass)
max(pass)
max+1(fail)


 
Is this answer useful? Yes | No
August 11, 2009 02:28:45   #5  
preethi.gollamandala Member Since: September 2008   Contribution: 88    

RE: How do you use boundary value analysis testing for evaluating the password ?
First i will identify what is the maximum limit of password then by taking that limit X i will test along with the following boundaries with XX+1 -->Should failX-1 -->Should passX -->Should pass
 
Is this answer useful? Yes | No


 
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