Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is diff between equialence partioning and boundary
value analysis

Answers were Sorted based on User's Feedback



What is diff between equialence partioning and boundary value analysis..

Answer / vishal

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 ?    3 Yes 0 No

What is diff between equialence partioning and boundary value analysis..

Answer / mohan shyam

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 ?    3 Yes 1 No

What is diff between equialence partioning and boundary value analysis..

Answer / kirankumar.m

1)in equivalence class/equivalence portion we are dividing values as valid and invalid but not in boundary value analysis
2)in equivalence class/equivalence portion we have to check upper value and middle value and lower value. but in boundary value analysis we have to check upper value and lower values.
3)in boundary value analysis we can check (min-1),(max+1) but we don't have chance to check values in equivalence class/portions.

Is This Answer Correct ?    0 Yes 0 No

What is diff between equialence partioning and boundary value analysis..

Answer / snehagirish

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 2 No

Post New Answer

More Manual Testing Interview Questions

Who should test your code?

2 Answers  


What is Error Feeding?

3 Answers   CashEdge,


Plz explan entry and exit criteria with example??? thanks

1 Answers  


Define Brain Stromming and Cause Effect Graphing? With Eg?

3 Answers   CybAge,


Can you explain how one defect leads to other defects?

1 Answers  


What are the different types of joins

11 Answers   SumTotal,


What is Conventional & Unconventional testing?

0 Answers  


Write a test case scenario for Web-based address book?

4 Answers   Certus,


In web testing what is Brokenlink property,how can we test this property.plz answer for this

2 Answers  


What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?

2 Answers   HCL,


What kind of input do we need from the end user to begin proper testing?

0 Answers  


u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?

3 Answers   ITC Infotech,


Categories