Explain Boudary value testing and equivalence testing ?

Answers were Sorted based on User's Feedback



Explain Boudary value testing and equivalence testing ? ..

Answer / ramyab.mca@gmail.com

Hai...

Boudary value testing:

It is to find whether the application is accepting with in
the range and rejecting the values which fails out of range.


equivalence testing:

testing both "+"testing and "-"testing.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    14 Yes 2 No

Explain Boudary value testing and equivalence testing ? ..

Answer / deep

Boundry Value Test:
Its a black box testing in which input values at the
boundaries of the input domain r tested.
EX: A system accepts value between 1 & 10 and boundary
value for this wud be 0 & 11

Equivalence testing:
This is also a black box testing method in which al inputs
giving same output is categorised in the same EQUIVALENCE
CLASS. One class represents the value tht satisfy the
condition(valid class) & another which doesnt(Invalid Class)

Is This Answer Correct ?    7 Yes 3 No

Explain Boudary value testing and equivalence testing ? ..

Answer / imran tibetbakal

equivalence testing :

Test cases for input box accepting numbers between 1 and
1000 using Equivalence Partitioning:
1) One input data class with all valid inputs. Pick a single
value from range 1 to 1000 as a valid test case. If you
select other values between 1 and 1000 then result is going
to be same. So one test case for valid input data should be
sufficient.

2) Input data class with all values below lower limit. I.e.
any value below 1, as a invalid input data test case.

3) Input data with any value greater than 1000 to represent
third invalid input class.

So using equivalence partitioning you have categorized all
possible test cases into three classes. Test cases with
other values from any class should give you the same result.

We have selected one representative from every input class
to design our test cases. Test case values are selected in
such a way that largest number of attributes of equivalence
class can be exercised.

Equivalence partitioning uses fewest test cases to cover
maximum requirements.

Boundary value analysis:

It’s widely recognized that input values at the extreme ends
of input domain cause more errors in system. More
application errors occur at the boundaries of input domain.
‘Boundary value analysis’ testing technique is used to
identify errors at boundaries rather than finding those
exist in center of input domain.

Boundary value analysis is a next part of Equivalence
partitioning for designing test cases where test cases are
selected at the edges of the equivalence classes.

Test cases for input box accepting numbers between 1 and
1000 using Boundary value analysis:
1) Test cases with test data exactly as the input boundaries
of input domain i.e. values 1 and 1000 in our case.

2) Test data with values just below the extreme edges of
input domains i.e. values 0 and 999.

3) Test data with values just above the extreme edges of
input domain i.e. values 2 and 1001.

Boundary value analysis is often called as a part of stress
and negative testing

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the testing that a tester performs at the end of unit testing?

4 Answers   Mind Tree,


how to distinguish between session cookies and persistent cookies while doing cookies testing??

1 Answers   ACS,


hi everybody, iam Adi Durga, i complited my bsc(computers) in 2008.I have experience in finacial and bpo companys(mnc). but iam intersted on s/w role.I have the technical skills c, c++, Oracle 9i and manual testing. But i dont know hoe to strat my career in s/w. Every company offering on financial/bpo side. In this I attended nearly 10 companies,I selected in 8. All those are bpo and finacial, But i cant get any opportunities on s/w side.plz help how to get opportunites on s/w side. Actually I am interested on testing side. But every company offering for only experienced persons. plz help me. this is my mailid.... adi.durga19@gmail.com

0 Answers  


Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?

1 Answers  


what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent

0 Answers   IBM,






what is increment testing approach?

0 Answers  


wat is da differnce between test stratagy and tedt plan?

4 Answers   TCS,


Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning

1 Answers   IG, Wipro,


What is known issues?

3 Answers   Mantra Media, Yardi,


what are the different types of browser compatability u will test ?

7 Answers   ControlNet, FIC, First Indian Corporation,


What are the types of testings that can be performed on a login window.

6 Answers  


what is sdlc

4 Answers   Accenture, Akamai Technologies, InfoAxon Technologies, Tavant Technologies, Virtusa,


Categories