ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Testing >> Manual-Testing
 
 
 
Question
which testing is better equivalenc partitioning or 
bouandary value analysis and why?
 Question Submitted By :: Pujasingh
I also faced this Question!!     Rank Answer Posted By  
 
Answer
Both Testing's are important it depends on the situation 
what testing should be done and when should be done. 

equivalenc partitioning is used to define a type of input 
test data and it is done to reduse the number of test 
cases . 
example if only character data is to be used then 

          valid            invalid
          A to Z           Special symbol 
          a to z           Blank spaces.
          0 to 9

            
Boundary value analysis is used to define a size of input 
test data to reduse memory crash chances. to check loops in 
programm.
example,  input object should be in between 4 to 8 
characters.

min        =  4   = pass
max        =  8   = Pass
min-1      =  3   = fail
min+1      =  5   = pass
max-1      =  7   = pass
max+1      =  9   = fail
 
0
Manoj
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com