GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Basics
Go To First  |  Previous Question  |  Next Question 
 Testing Basics  |  Question 190 of 199    Print  
How do you use boundary value analysis testing for evaluating the password ?

  
Total Answers and Comments: 3 Last Update: December 01, 2007     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
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 1   Answer is not useful 0Overall Rating: +1    
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


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape