which testing is better equivalenc partitioning or
bouandary value analysis and why?

Answers were Sorted based on User's Feedback



which testing is better equivalenc partitioning or bouandary value analysis and why?..

Answer / manoj

Both Testing's are important it depends on the situation
what testing should be done and when should be done.

equivalenc partitioning is used to define a type of input
test data and it is done to reduse the number of test
cases .
example if only character data is to be used then

valid invalid
A to Z Special symbol
a to z Blank spaces.
0 to 9


Boundary value analysis is used to define a size of input
test data to reduse memory crash chances. to check loops in
programm.
example, input object should be in between 4 to 8
characters.

min = 4 = pass
max = 8 = Pass
min-1 = 3 = fail
min+1 = 5 = pass
max-1 = 7 = pass
max+1 = 9 = fail

Is This Answer Correct ?    13 Yes 0 No

which testing is better equivalenc partitioning or bouandary value analysis and why?..

Answer / narendra

Both Testing's are important because,

Equivalence partitioning is useful for picking a sample from
group or partion .

Boundary value analysis is useful for checking boundary
values ,because most of them commit mistakes at boundaries
(< , <= ,> ,>=)

Is This Answer Correct ?    10 Yes 0 No

which testing is better equivalenc partitioning or bouandary value analysis and why?..

Answer / rajesh.pothina

Hi,


Both testings are necessary to test a application.

Is This Answer Correct ?    3 Yes 0 No

which testing is better equivalenc partitioning or bouandary value analysis and why?..

Answer / nikhil

Both Testing's are important because,

equivalenc partitioning is used to define a type of input
object (test data)
example

valid invalid
A to Z Special charactes
a to z Blank spaces.
0 to 9
Boundary value analysis is used to define a size of input
object (test data)
example, input object should be in between 4 to 8
characters.

min = 4 = pass
max = 8 = Pass
min-1 = 3 = fail
min+1 = 5 = pass
max-1 = 7 = pass
max+1 = 9 = fail

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what are 6 microsoft rules used for user interface testing?

1 Answers   Cap Gemini,


Currently iam working in testing line, iam trying in other company in the testing line itself, but my friends are telling without any reference it is unable to get a job in a reputated company, is it true?

3 Answers   Satyam,


I need a Test case templetes for Yahoo Mail ID

1 Answers  


Difference b/w test case and scenarios.

4 Answers  


what is defect clustering and pesticide paradox?

6 Answers   IGT, Optimus, SOS, Verifone,






how to execute manual test cases? for example i have a test cases for atm/credit card purchase how to execute them.

1 Answers  


what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?

2 Answers   Keane India Ltd,


How does quality control differ from quality assurance?

0 Answers  


what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).

1 Answers   Zensar,


What is verification & validation?

7 Answers  


What are the different types of testing u r doing in ur project

3 Answers   Symphony,


What is the main use of preparing traceability matrix and explain the real time usage?

0 Answers  


Categories