Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between BVA&ECP?

Answer Posted / rudraneel

BVA :

Boundary Value Analysis :

1.It is a Black Box Technique
2.Here input values for boundaries of input domain are
tested.
3.Here valid and invalid both values are considered.

Example :
For a login page SRS is

UserId should be within 15-50 characters
so valid boundaries are 15-50
invalid boundaries are <15 or >50 i.e; 14 or 51
If A(Valid)=15/50 thenA1(Invalid)=14/51
For Invalid Boundaries always considered like this way (A-
1) or (A+1)

Adv:
>Very good at exposing potential input problems
>very clear guide-lines on determining test cases
>Very small set of inputs are generated

Disadv:
>Doesn't cover all set of inputs.
>doesn't combine all possible combination

ECP

Equivalence Class Partitioning :

1.As the name suggests that the data is divided into such a
way that same class will give same type of input.Like
Class1 is a combination of Valid inputs and Class2 is a
combination of Invalid inputs.

Disadv :
>Heuristic based method.
>Limited focus.
>No guide lines for choosing input.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why QA team is necessary for an organization?

3129


Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com

5322


What are differences between Testing in Uncontrolled Environment and Abnormal Environment?

2932


What is mean by Schedule report who is the responsible for generated that one ?

2167


What is a critical bug?

1138


What is early testing?

1174


What is unit level testing?

1153


On login window for username and password auto populated field means what !

1838


i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .

2086


Why is it impossible to test a program completely?

1656


Write a Test scenario for Outlook Search functionality.

3059


how to connect your project in database?

2107


Difference between Re-testing and Regression testing?

1325


What is CVS and why it is used?

1979


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

2137