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

recently, i attended for one interview. in that they asked for project explanation. i explained that project. after that they ask me to write test scenarios for that? in real time i don't know how to write test scenarios. can any one please write test scenarios for the following given project. Health care solutions This project mainly deals with Hospital Management System. There are different modules, each module contain different functionality. They are Appointment Scheduling, Registration, Visit & Admission, Out & In Patient Service Management, Lab Management, Bill Handling, Patient Notes, Blood Bank, Master Setup & Security Module, and Pharmacy Quotations.

3 Answers  


What is smoke testing?

19 Answers   MBT,


What is application programming interface (api)?

0 Answers  


Can you explain v model in manual testing?

0 Answers  


what are stakeholders

1 Answers   iGate,






what is usecase testing? when it can be applied?

2 Answers  


in customer details form having fields like customer name,customer address. after completion of this module, client raise the change as insert the two radio buttons after customer address. how you can check as a tester.

1 Answers   Nous,


After Executing the testcases, logging bugs...after completing all this processes, what document tester will prepare?

4 Answers  


what are the test data for factorial function ?

1 Answers  


Give me some examples of how you have participated in Integration Testing.

0 Answers  


what is difference between stress testing and load testing?

6 Answers   AZTEC,


what is suspension criteria and exit criterai in test plan/????

3 Answers   Cap Gemini,


Categories