what is the difference between BVA&ECP?
Answer Posted / naresh
These two menthods are useful to minimize the test cases.
These two methods are looking very simillar
In BVA(Boundary Value Analysis) we can check the the
boundaries values min-1, min, middle value(optional), max,
max+1
For example: If the boundary value for a field is between 1
to 98 , we can check with the values 0,1, any of the value
between 1 to 98 , 98 and 99
please let me know if i'm not correct
but in Equivalece Class Partioning we should check the
condition with different values from three partitions like
we should take some values in the positive partition and
take some values from negative partitions. For example take
the above example here the positive partition is the range
beteween 1 to 98, the negative partitions are o to -97 and
99 to 196.
see in the BVA we are not checking with the minus values
like -1, -2, -3 we can't say it can't take minus values and
also we are not checking with the three digit numbers in
the BVA, but here we have scope to check the three digit
values also as well
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the sub-genres of performance testing?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
negative test cases on banking domain ?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
What are the advantages of black box testing?
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
What is build interval period?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What is Web testing & which action we take at the time of Web Testing?
Can you explain equivalence partitioning?
What r the documents required for performance testing
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
whar are the contents in db testing test case template