When we use Boundary Value Analysis and Equivalence Partion?
Which one is best?I heard that ANy one of this technique
useing by a comany...is it right?

Answers were Sorted based on User's Feedback



When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one..

Answer / murthy

Ex: The age of the person should be between 18 and 60.

Equivalence Partition:
Check with <18,18 to 60, >60

Boundary Value Analysis:
Check with min-1,min,min+1 --> 17,18,19
Check with max-1,max,max+1 --> 59,60,61

EP is better than BVA, because the former has three
testcases but the later has six test cases. And also EP
covers all Positive nad Negative validation in 3 case
itself.

Is This Answer Correct ?    8 Yes 2 No

When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one..

Answer / satyaprasad

in funtionality testing ,for inputdomain coverage we use
BVA and EP.we test the object with valid and invalid date
with rspect to range and charecter type
ex:for example one login window is allowing for user id 4
to 10 charecters and alphanumerics, then,
BVA: min 4 pass ecp:valid:A toZ
min-1 3 fail a to z
min+1 5 pass
max 10 pass 1,2,3.......
max-1 9 pass invalid:spl chars,blank
max+1 11 fail spaces
hi this is satya ,any doubts contact:991212418320

Is This Answer Correct ?    3 Yes 2 No

When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one..

Answer / ramprasad.s

Hi


For Username & Password of web based projects
we use BVA only

For Client server projects we use Both BVA
& Equivalence Partition


All depends Requirement



sun_ramprasad@yahoo.com

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What is acceptance testing?

3 Answers  


What is the difference between System Testing and Functionality Testing?

8 Answers   Wipro,


Can anybody explain me branch/decision coverage with a example.

1 Answers  


What is the configuration tool is using in your organization.

1 Answers  


How Can I do database Testing ?

0 Answers  






why use caffine for HPLC calibration ?

0 Answers  


Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases

0 Answers  


risk driven testing

1 Answers  


give me atleast 10 cases for GOOGLE search engine?

1 Answers  


Why should you care about objects and object-oriented testing?

0 Answers   3i Infotech,


Difference between spiral model and proto type in sdlc?

4 Answers   ciit, CSS,


Is apllication is window base or Linux base it create any diff. from QA point of View.?

1 Answers   Covelix, IBA,


Categories