Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / romario

equivalence partitioning
--------------------------
consider a form field which ask for the age of a person.
let the age should be >=18 and <=50.
this range can be divided into three classes.

==>> values less than 18(invalid class)
==>> values between 18-50(valid class)
==>> value greater than 50(invalid class)

we can see that there are two invalid and one valid class.
it is not necessary that we have to use multiple values
from each class.One value from each class is more than
enough.

Boundary Value Analysis
--------------------------
consider the same scenario used above.

here we can give the test inputs as follows
==>>lower limit+1 & lower limti-1(ie. 17 & 19)
==>>lower & upper limits (ie. 18 & 50)
==>>upper limit+1 & upper limit-1 (ie 49 & 51)

There will be six test inputs when we are using boudary
value analysis.

Is This Answer Correct ?    48 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

test cases for bus transport (TNSTC)

2788


Do you know mutation testing?

690


write a test case for yahoo compose page?

2275


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1808


Explain the load testing?

629






A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

1488


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1893


How to write test cases on laptop???

14534


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2255


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

3556


What are all the companies are doing manual testing till now ?

1527


how many test cases do u need to ship a product?

1172


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3507


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5153


Positive and Negative test cases for the speedometer?(minimum 5 each)

2367