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

can u write some high level scenarios on ms outlook express

2277


Which was the most interesting bug you found.

2456


How will you determine when to stop testing?

624


Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma

1518


What is junit & api?

1676






how do u manage scripts in winrunner when you application is changing frequently?

1478


what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application

1585


If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?

749


Can list out some disadvantages of manual testing?

664


Explain branch coverage and decision coverage.

687


What is defect validity ratio?

6764


I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in

1626


how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?

6089


Can i get answers for telecom testing for eg telecom billing rating can be tested

3455


What is system level testing?

698