Hi everyone.This is one of my interview questions.Could you
please send me the answer for this?My ID:spam4rekha@gmail.com
Q : what is BVA and ECP ?
Thank You
rekha
Answers were Sorted based on User's Feedback
Answer / manju
In BVA, we concentrate on size of data i.e. range (Min,
max, min-1, max-1, min+1,max+1), where as in ECP, we
concentrate on type of data (valid, invalid).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mustafa_7_8_6
Hi !
BVA-(Boundary value Analysis)
it will focuses on “corner cases” or values that are
usually out of range as defined by the specification.
ECP-(Equivalence Class partitioning)
drastically cuts down the number of test cases
required to test a system reasonably,to find the most
errors with the smallest number
of test cases.
Correct me if i m wrong.
Mohammed Mustafa Hussain
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreelaxmi
Hi,
Equivalence partitioning and Boubdary Value Analysis are
test case design techniques where we can find more bugs
with less test cases.
What Mustafa explained was correct.
Sreelaxmi
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mugi
BVA It refers Boundary Value Analysis and ECP for
Equvalance Class Partioning.both are Black Box Technique.
In BVA we used 3 values in test data for example we test
the digit 5000 means we split it in to 5000-1 and 5000+1.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an mr?
What is the difference between unit testing and integration testing?
In an ATM machine , after entering pin -> not able to withdraw money. What are all the possible reasons. Debug
why is it necessary to give a priority to the test cases or/and requirements. why does the Test case ID is not sufficient to identify the test cases to be executed first.
swap 2 variables without using 3 rd variable???
Two negative Testcases for Excel Sheets
What is the difference between functional specifications and business requirement specification?
Is an "A fast database retrieval rate" a testable requirement?
What is validation in software testing?
What is a test environment?
WHAt is diff between test plan and test planning?
Suggest some book to learn more test case???