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

how will you define your bug status flow in softsmith qamonitor?

2 Answers  


can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.

0 Answers  


What is the good qualities of test enginner

3 Answers  


can u explain about iteration model? And what is it?

2 Answers   iNautix,


Tell me typical situation while collecting the test data in your job ( In banking project)? Please give the answer :Thanks in advance

2 Answers   Wipro,






Can you tell some body how to test a situation that to sell a share if it reaches 30(present value is 25) and the time limit is 120 days. Every day the market starts from 10 A.M to 3 P.M. it may execute any time with in the time period. Pls tell me the answer.

1 Answers  


Write TestCases for mobile

2 Answers   Philips,


hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..

0 Answers  


What is diference between Draft and Build

1 Answers  


What methodologies have you used to develop test cases?

4 Answers   Cap Gemini, HCL,


From whom do u gather the use case document?

1 Answers  


what is difference b/w test case and test scenario?

8 Answers   CSC,


Categories