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
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
What is diff between equialence partioning and boundary 
value analysis
 Question Submitted By :: Sathyanarayanan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is diff between equialence partioning and boundary value analysis
Answer
# 1
Consider this example

Equivalence Partitioning

A pwd field should accept 8 to 15 characters. Then in case 
of Equivalence partitioning the input will be divided into 
number of classes 
 
The testcases should be 
 
-  Lessthan 8 (Should Fail) 
-  In between 8 and 15 (Inclusive of 8 and 15)  (Should 
Pass)
-  Greater than 15 (Should Fail)
 
II) Incase of B.V.A  
 
If its m to n then test cases will be m-1, m, m+1, n-1,n,n+1
 
Here it will be 7,8,9, 14,15,16 
 
6 TCs in case of BVA & 3 TCs in case of Equivalence 
partitioning. 

Equivalence class testing is a technique used to reduce the 
number of test cases to a manageable 

hope diff is clear
 
Is This Answer Correct ?    2 Yes 0 No
Vishal
 
  Re: What is diff between equialence partioning and boundary value analysis
Answer
# 2
Equivalence partioning:-
take a example of login id field. This field can accept 
minimum 6 characters and maximum 15 characters. So in this 
technique we choose some random values like:-
a). Few values less then 6(1,3,4,5)
b). Few values between the criteria(7,9,11,13) &
c). Few values more then 15(17,21,33,45)
After making a subset of all these values,we select all the 
values one by one from the subset and enter in Login ID 
field. The value which reside in the criteria is accepted, 
rest are rejected.

Boundry value Analysis:-
We all know that Boundries are most sesitive areas and most 
error prone areas. So, all those values which are at 
boundry are tested in this technique. This is done on the 
basis of (-1,+1). 
The login ID field only accept minimum 6 characters and 
maximum 15 characters...so on the basis of (-1,+1),the 
values to be tested will be 5,6,7 for minimum and 14,15,16 
for maximum. when we implement these values one by one: 5 
and 16 will be rejected(because these values are not 
fulfilling the criteria) and 6,7,14,15 will be accepted
(these values are fulfilling the criteria)
 
Is This Answer Correct ?    1 Yes 0 No
Mohan Shyam
 
 
 
  Re: What is diff between equialence partioning and boundary value analysis
Answer
# 3
Take an example of Textfield for Age.
Equivalence partioning:-
 It is divided into two fields:
Valid:Only Numerics
InValid:Characters and special characters.

Boundry value Analysis:-
It should accept min of 1 and max of 3
so try by entering 3+,3-,3,between 1 and 3,-1,0
 
Is This Answer Correct ?    1 Yes 1 No
Snehagirish
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is smoke testing? MBT11
what is meant by database testing? what is the strategy to be followed for database testing? MedePresence2
how to deploye the build when the developers give the source code..?  1
Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security  2
what is validation testing.  2
can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority  4
Who will repare SRS? What is the basis for SRS preparation? AppLabs2
how to check stress and load testing by manually ? with example  1
hi guys presently m working as a Technical Associate in a support team in mumbai.Jst now i hav completed my testing course of 2 months.I am B.Tech pass out of 2006.I want to swich my job in testing field. So pleae help me out & do something 4 me.  1
what is traceability Matrix?? HCL4
WHAT ARE THE BUG TOOLS USED IN YOUR COMPANY Covansys5
what is mean by service level testing? what will come under this?  1
what are the do's and dont's of a tester?  1
Formate of weekly & daily status report means contents in that report Satyam1
Use of Regression Testing?  2
how do you know the testcases writing completed GE4
What is the difference between quality assurance and quality control? Infosys9
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares. Ordain-Solutions1
What are the baselined document needed to create Test case,Integration TEst case, System test case, Acceptance test case?  1
what is the difference between integration testing and end to end testing? Keane-India-Ltd1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
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