Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


can any body explain about BVA and ECP briefly?

Answers were Sorted based on User's Feedback



can any body explain about BVA and ECP briefly?..

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

can any body explain about BVA and ECP briefly?..

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

can any body explain about BVA and ECP briefly?..

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

Post New Answer

More Manual Testing Interview Questions

Tell me about Agile scrum and what is your role in Scrum ?

0 Answers   IG Infotech,


i m doing a course in manual testing ,they ll be conducting a online exam.i just need a sample question paper with answer.

0 Answers  


Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.

2 Answers   Ordain Solutions,


Explain BVP

1 Answers   Emphasis,


what r the test cases of SMOKE,FUNCTIONALITY,REGRESSION for LOGIN PAGE. how do u check it

2 Answers   CTS,


what is the path for test director,where the test cases are stored ?

1 Answers  


what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check

0 Answers  


What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel" Button ?

10 Answers   IBM,


What is a show-stopper Bug?

6 Answers  


How do you review testcase (Types of review)? and whom to send for review ?

2 Answers  


can anyone tell me the different types of testing with starting letter A specify atleast 5 ?? eg: adhoc testing,alpha testing.

2 Answers  


What is the difference between three tier and two tier application?

0 Answers  


Categories