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...


can any one explain with example the diff between boundary
value analysis testcasees and equivalence class testcases
pls urgent

Answers were Sorted based on User's Feedback



can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / biswal

a)Boundary Value Analysis and Equivalence Classes are two
techniques in Black Box Testing.

b)while writing Test Cases we can use these two techniques.

Boundary value Analysis:
It is nothing but a selection
technique in which testdata are chosen to lie along certain
boundaries.
That is imagine you have to write
test cases for a login field. which will accept 1-10
characters.So if u use boundary value analysis u have to
check with the boundaries that is test with 1 character and
10 characters.then check with 2 characters and 9 characters
and check without any character and with 11 characters.

So that means when u are using the
boundary value analysis that time u have to check withe
lower boundary,lower bolundary+1,Lower boundary-1,Upper
boundary,Upper Boundary-1,Upper Boundary+1.(ie
0,1,2,9,10,11)

Now Equivalence Partitioning:
Equivalence partitioning again is
also a technique.But here we are using with class not with
a value.
if you have to test a field which
will accept 1-10 numbers,then test with positive class (1-
10_,negative class (<1) and (>10).so checking with any
value from the positive equivalence class 1-10 will give
the correct result and checking the result with negative
class will be same for all the values in the negative class.

Hope now you are clear...
Thanks...

Is This Answer Correct ?    4 Yes 0 No

can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / glamorous

Both should be used at the time of Input domain testing.
Input domain testing can be classified into 2 types
1. Length testing 2. Value testing

Length testing gives how many values to be entered for this
BVA is to be used that is values that are on the boundary
of equivalence classes.

Value testing gives what are the values to be entered for
this ECP is to be used that is it gives valid inputs and
valid outputs.

Ex:lets take an User ID field--> Enter 1 to 10 characters
comes under BVA,,, Enter only alphanumerics without any
other characters comes under ECP,,,

i think u have clarified with this plz let me know if u
clarified, if no sorryyyyyyyyyyyyy

Is This Answer Correct ?    4 Yes 1 No

can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / sasidhar

hi friend Biswal thanks ur reply
some how i clear........... so we have to categories
equivalence class partition data as
positive class data and negative class data...........
and apply it for testing

Is This Answer Correct ?    0 Yes 0 No

can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / kishore

Keep it simple
BVA: test cases on boundaries.
how? min--max is the range

min,min+1,min-1 and max,max+1,max-1

apply above rule for the min max boundary

Now ECP: divide the input range in the class
one valid and two invalid (for any type of range)
true and false ( for boolean)
so, when u divide ur input into valid and invalid class
there also falls boundaries. Now, apply ur BVA techniques to
minimise the test cases.

suppose input domain is 1-20
valid class=1-20
invalid class less than 1
invalid class more than 20

Hope the answer is clear to you

byeeeeeee
kishore

Is This Answer Correct ?    0 Yes 0 No

can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / sanjeev

I am testing a template and i set rule for this that is it
should be between 2.9 and 4.8 . The value from cache was 4.8
. when i run the application it failed that
template.According to BVA IS IT CORRECT OR WRONG ?

Is This Answer Correct ?    0 Yes 0 No

can any one explain with example the diff between boundary value analysis testcasees and equivalenc..

Answer / sasidhar

hi friend Glamorous thanks ur reply
u will introduce me two new terminologies. can i consider
both for every input field what we are going to test

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What happens if we access a website that has cookies once the browser cookies are disabled?Does the website will be accessed?Though accessed, does the session will be tracked?

1 Answers  


EXPLAIN A SCENARIO AND FEW TEST CASES FOR COMPATABILITY TESTING?

2 Answers   RBS, Wells Fargo,


After receiving the bug as fixed , what types of tests we will continue...

6 Answers   GE,


When the GUI Testing will be held on the V model ?

0 Answers  


if u performing on real tym application ,u r getting some continous data n if some invalid data occurs wat types of testing is preferrable

2 Answers  


what is the difference between the severity and priority and tell me high severity and low priority ,low severity and high priority ,high severity and high priority ,low severity and low priority

3 Answers   L&T, Polaris,


How to test Requirements?

4 Answers   Cranes,


Explian about boundary value analysis with an example ?

4 Answers   RTG,


1.register as candidate 2.go to skill set module 3.select any skill for test eg:"java" 4.save, page will open with start button on below 5.click on start button to start test for java this is a flow so do i need write test cases for this if yes,then how? plz help me guyss

1 Answers  


What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .

4 Answers   AZTEC,


Is it necessary to test application in lower versions of OS when you have tested in latest version

4 Answers   TCS,


How much cost taken for testing activites in the project

2 Answers  


Categories