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
If project wants to release in 3months what type of risk analysis you do in test plan?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
What is a failure?
What is function points??????
What is the difference between three tier and two tier application?
In what situation would you want to parameterize a text verification check?
What is your approach when requirements change continuously?
What are the different test techniques used in functional testing?
What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.
How can write testcases on a code under development pls give asnwer
What is the most important phase in STLC and Why
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
What are similarities of Agile and Scrum?
What is Independent Testing?