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 your Approach when you find 10 Sev-1 bugs in 50 test cases?

2058


can u merge 10GUI map files into a single GUI map file in winrunner?

1543


write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases

3036


What is concurrent user hits in load testing?

811


what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly

1646






what are the prerequisite conditins to test clientserver and web applications

1584


write the test case for Bulb & Mobile phone

7392


hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,

1598


What is Test Design ?( Urgent) and Test Design for Printer?

1551


What is user acceptance testing (uat)?

649


what are the typical problems in web testing?

739


Why did you choose the Software Testing Field?

1628


Why performance testing is performed? What are tools of performance testing?

703


Explain user acceptance testing.

651


How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.

1582