What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?

Answer Posted / a2knch

Boundary valud analysis is that we are setting some
boundaries for our inputs to test.
For example
in the column of date the format is mm/dd/yyyy
mm value should be 01-31 = pass
mm value should be <1 = fail
mm value should be >31 = fail

dd value should be <=12 = pass
dd value should be >=01 = pass
dd value should be >12 = fail
dd value should be <01 = fail

yyyy value should be >= 0001 = pass
yyyy value should be <= 9999 = pass
yyyy value should be <0000 = fail
yyyy value should be >9999 = fail

ECP:
dd |01-31| mm |01-12| yyyy |0001-9999|

Is This Answer Correct ?    14 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is frame level testing and how do we test it?

1971


What is the quality process is following in your organization.

1774


How to Generate Test Case for Shopping Cart?

2411


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9086


How does a coverage tool work?

695






There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements

1583


If there is non reproducible bug which developer is not ready to agree, how you will convince him.

7631


I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)

1212


wat are the questions would the project leader ask about the project?? please do send the answers early.

6570


Can you explain boundary value analysis?

668


What is Windows Test Technologies? Where i will get all information of it.

3330


What is user acceptance testing (uat)?

661


I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100

1884


how can u prepare the test plan?

1793


If asked to create a Configuration Design Pattern, where would you start?

1280