Explain BVA and ECP?

Answers were Sorted based on User's Feedback



Explain BVA and ECP?..

Answer / preet

bva: it is boundry value analysis. here a range of values
are given as input to test the application.for example
ausername should take upto 10 characters only. then the
boundry values are given like 1,2,5,9,10,11(characters_
ecp=eqvivalance partition: here the inputs are grouped in
single group for which the system behaves similarly

Is This Answer Correct ?    7 Yes 1 No

Explain BVA and ECP?..

Answer / sunithayagnamurthy

BVA:(Boundary Class Partition):
Bounda ry Class Partition is the It test
minimum maximum data accepted by the system.....This is
called BVA..
ECP(Equelence Class Partition):It test Valid and invalid
data is acceped by the system or not.....

Is This Answer Correct ?    10 Yes 4 No

Explain BVA and ECP?..

Answer / hi

BOUNDARY VALUE ANALYSYS:aims at testing the entity at its
boundaries

ECP:IS PARTIOTION TESTING STRATEGY SPACE ,INPUT INTO A
EQUIVALANCE CLASESS

Is This Answer Correct ?    5 Yes 1 No

Explain BVA and ECP?..

Answer / sree

Boundary value Analysis (BVA): BVA is different from
equivalence partitioning in that it focuses on “corner
cases” or values that are usually out of range as defined by
the specification. This means that if function expects all
values in range of negative 100 to positive 1000, test
inputs would include negative 101 and positive 1001. BVA
attempts to derive that value often used as a technique for
stress load or volume testing. This type of validation is
usually performed after positive functional validation has
completed successfully using requirements specifications and
user documentation. Equivalence Partitioning: An approach
where classes of inputs categorized for product or function
validation. This usually does not include combinations of
input, but rather a single state value based by class. For
example, with a given function there may be several classes
of input that may be used for positive testing. If function
expects an integer and receives an integer as input, this
would be considered as positive test assertion. On the other
hand, if a character or any other input class other than
integer is provided, this would be considered a negative
test assertion or condition

Is This Answer Correct ?    1 Yes 0 No

Explain BVA and ECP?..

Answer / udhaya

BVA:it means boundary value analysis.This is a one type of
in bbt techniques.This bva is a process is to check the
boundary values of a given particular value (it may be
nearer value of given particular value) to perform how many
test cases as to perform by given requirements.
ECP:it means equivalence class partioning.This is a one type
of in bbt techniques.This Ecp is a process is to check the
valid and invalid data that can be accepted by system or not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

how we will decide test effectiveness and test efficiency?

1 Answers   Wipro,


How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??

2 Answers  


Did you ever worked with BA's?

1 Answers   Standard Bank, Wells Fargo,


Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??

3 Answers   TCS,


what is the outcome of testing?

6 Answers  






what is mean by Performance Related Testing in data base?

0 Answers   CSS, Wipro,


What is diff between equialence partioning and boundary value analysis

4 Answers   TCS,


how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?

7 Answers  


WHAt is diff between test plan and test planning?

5 Answers  


What is interface testing

8 Answers   AZTEC,


what is use case

7 Answers  


what is coupling integration testing

0 Answers  


Categories