Explain BVA and ECP?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
what is defect density?
How do you detemine wat to be tested?
what is the output of this query selet * from employee where 1=2
What is the template used for informing clients regarding known issues when u near to release?
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
. Batch testing in how many ways u perform in QTP ?
What is the database testing?
Who does integration testing ? Developer or Test Engineer?
What is Six sigma ?Expain.
What is the Benefit of "V-Model"...?