how to write test cases for boundary value analysis and
equality partitioning?



how to write test cases for boundary value analysis and equality partitioning? ..

Answer / naveen kumar

in boundary value analysis if the input is range of values for example A-B ( A to b) then we have to design test cases for
A-1,A,A+1,B-1,B,B+1.


FOR EXAMPLE
if input is between 5 to 10 then write the test cases for 4,5,6 and 9,10,11

equality partitioning if the input is range of values then we divide the range into equivalent parts and tests the application.

For example value is 500 to 1000 then we divide the range into values 500,600,700,800,900,1000.like this we divide the values.
but here we have to ensure that we are checking for two invalid data.

Is This Answer Correct ?    13 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

can any one of u give templates for test plan and test strategy

2 Answers  


what is the creteria required for deciding when the test cases are cover the requirements of the client or project ?

1 Answers  


. Is any graph is used for code coverage analysis?

0 Answers   3i Infotech,


What are the benefits of creating multiple actions within any virtual user script?

0 Answers  


How will you link the Defect to the Test case? Explain Bug life cycle ?

1 Answers   Crea,


What is system level testing?

0 Answers  


Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing

7 Answers   ADITI,


Why we call it as a regression test nor retest?

7 Answers  


What would u do if u come across a bug...report it.....but the programmer is in a diff location ( say u in India n he is USA)..and he keeps accepting its a bug?

3 Answers   AZTEC,


What are levels in testcases in order to avoid duplication efforts ?

2 Answers   Crea,


Can u tell something about the Agile Methodology

2 Answers   Infosys,


what is the diff b/w bug and defect?

5 Answers  


Categories