what is difference between equivalence partition and
boundarary value ananlysis?

Answers were Sorted based on User's Feedback



what is difference between equivalence partition and boundarary value ananlysis?..

Answer / pallavi

let me u explain with an example:
think a login page two text boxes for userid and passwd
and there are some conditions given in SRS which should be
satisfied like for suppose
username: min length=4
max length=7
alphanumeric
for this if u where to write BVA and ECP
then it is in this manner
BVA
min+1 valid
min-1 invalid
max+1 invalid
max-1 valid

ECP
valid invalid
0-9 special characters
a-z
A-Z
so simple in
BVA:we are testing the boundaries
ECP: we are dividing input values to be given into valid
and invalid values
hope u can try it for passwd

Is This Answer Correct ?    14 Yes 0 No

what is difference between equivalence partition and boundarary value ananlysis?..

Answer / akram

Boundary value analysis(BAV)and Equvilence partition both
are techniques in black box testing
BAV:in this technique we split the domin in to input
clases of data along its boundaries and generate test cases
for boundary values
lowervalue + 1 , Upper +1 ,Lower -1 ,Upper -1,Lower,Upper

Equivalence partition:in this technique we take the domain
value and split the range in to equivalent classes and
generate the testcases for equivalent clases

Is This Answer Correct ?    4 Yes 0 No

what is difference between equivalence partition and boundarary value ananlysis?..

Answer / sr

HI,
Equivanence partition:we check any one value in between the
range.
For EX: if a range is 10 to 50 (10-50).ten we have to check
any one value in between the range. for this we take 40.it
means it it a valid test case. for these there are three
testcases will be given.
BVA:
we check the boundry values. in same example 10 to 50 means
we have to check b giving 10 and 50 .
here ther are four testcase will be given.

Is This Answer Correct ?    3 Yes 3 No

what is difference between equivalence partition and boundarary value ananlysis?..

Answer / rani

BVA boundary value analysis here we check for minimum
characters and maximum characters.
example:An input field should accept three digit
number,the 1st digit should start with 1

ECP:verify for valid and invalid combination of data and
numbers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Usecases and nounlists are associated with the following Requirement analysis methodologies 1.Information engineering 2.Object oriented analysis 3.Structural analysis 4.Functional analysis.

3 Answers   Accenture, Satyam,


why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent

1 Answers  


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?

3 Answers  


There is an help option in one window, which consists of 100 pages. I want to test one word from every page. How can I do this in 5 minutes?

2 Answers   DELL, IBM,


We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP

5 Answers  






Can any one please explain me, what kind of defects we should not raise while doing System Testing?

2 Answers   Covansys,


1. what is a test bed ?

2 Answers  


which model is mostly used in companies for SDLC and y?

6 Answers   TCS,


what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?

2 Answers  


Hello Friends someone can help in giving best institute with address to do testing course please. I heard Mr. Nageswara Rao is best. Can some one give his complete contact details please.

6 Answers  


Tell me the scenario where sevirity More and Priority Low?

10 Answers   Siemens,


Do you agree testing is needed?Justify it?

1 Answers  


Categories