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

Generally which software development model is used in project based companies?

1 Answers  


What is d difference between Black Box Testing and Functional Testing?

4 Answers  


What is blocked defect?

2 Answers  


What all are the reuirements needed for UAT?

2 Answers  


What is Asset testing?

0 Answers   BrickRed,


What r the major problems faced in manual testing?

2 Answers  


what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?

17 Answers   TCS,


Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?

1 Answers   ISB,


What is sanity testing? and how to do sanity testing for a telephone

13 Answers   IBM,


Consider if there is no Test lead, No Test Manager and QA Manager. If you are the senior test engineer, you are getting pressure from the client to give the build. But you see that, there r 5 high and 5 low sevierity bugs. So, what you will do and how you interact with the client.

14 Answers   Sonata, Xerago,


what are the base line documents for sit and uat? what is impact testing? what is dynamic testing? what is static testing? what is soak testing?

2 Answers   CTS,


Plese tell me What is V model how do u prepair documnet using V model ?

2 Answers   Canon,


Categories