can any body explain about BVA and ECP briefly?
Answers were Sorted based on User's Feedback
Answer / srikanth yanamandra
Hellow,
BVA - Boundary value analysis
When we have to validate a text field or any other field
whether it is accepting the no of Characters as per the
requirement or not,then we will go for BVA
In BVA, we will test the extream boundaries by taking
max+1 ,min-1 values. If the field behaving correctly for
these extream values then inbetween also works fine.
ECP - Equivalent class partician
When we have to validate whether the field is accepting the
correct data type as per the requirements or not we will go
for ECP
In ECP , we will devide the data as 'Valid' and 'In valid'
Valid data - Integers , numericals ,alpha numericals
Invalid data - Speacial charecters , blank
We will apply both the types and check whether
functionality works correctly or not
Thanks
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / srinivas bhamidipati
Srikant,
Your answer for Boundary Value Analysis is correct.
But I want to add further info for ECP:
Equivalence Class Partitioning is used when we have large
sets of data. For Eg : when a field accepts 1-1,00,000,
then we can check ECP testing as equivalent sets such as (1-
20,000), (20,001-40,000), (40,001-60,000), (60,001-80,000),
(80,001-1,00,000). Then, we take the random values fr each
set and test for the random test sample and validate
accordingly. Further more, you can split the same range to
subsets if you feel the risk of not selecting more risk
prone sample.
Thanks
B Srinivas
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalpana
BVA is boundary value analysis...in this will check for
length of the fields like the field will not accept more
than max char length etc and where as
ECP is equivalent class partition ...will check for what are
all the valid and invalid classes like Name field should not
accept special chars etc...
| Is This Answer Correct ? | 1 Yes | 2 No |
If there are so many bugs open and still the client want the s/w what will you do?
How do the test cases differ for Functional,Integration,System and User Acceptance Testing???
what are the types of testing
A Succesful testcase Means..?
Hi friends,Am trying on 2+ experience on testing i dont have real time experience. In my resume i mentioned my responsibilties as • Involved in Bug Report Preparation. • Preparation of Test Log. how this two things happens in real time plz answer my question..
How do your characteristics compare to the profile of the ideal manager that you just described?
wirte the test cases for triangle
3 Answers Accenture, DGF, iGate, Intel, Oracle,
what are the initial templates used in a project (glamorous...)
What are the recommended sites or books for software testing?
1.Difference between Project & Product? 2.What is Tst Case,Test index & Test Senarios? 3.Difference between QA & QC
3. A bug report is a: a. A collection of independent, reusable test cases. b. A technical document that describes the various symptoms or failure modes associated with a single bug. c. A deliverable that details the strategic approach to a testing effort d. A & B
IS IT necessary to know different languages like (Chinese,Germany etc) to do localisation/internationalisation testing??? real time ..plsss