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 is Mutation testing? When it can be done?

6 Answers   HTC,


if a single date is given to enter in text field write boundary value cases for it

1 Answers  


why testcases are written and what is the importance?

0 Answers   Technosoft,


Where you maintains the Repositories

1 Answers   Virtusa,


16.Compatibility testing is testing two application?

2 Answers   Hewitt,






What is Registry?

0 Answers  


is it possible tht some one can provide me reading material it would be higly appriciated my email id is svit00ef27@yahoo.com thankx in advance

2 Answers  


how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance

0 Answers  


11. Do any of the authoring tools you use have features to help make your Web sites accessible?

0 Answers  


could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com

0 Answers  


What is difference between windows 2000 server and windows 2003 server

23 Answers   CMS, IBM, Logica CMG, Microsoft, nvidia, PC Solutions, Satyam, Slash Support, Symantec, Vee Technologies, Veritas, Wipro,


What is meant by Error Guessing?

9 Answers   IBM,


Categories