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

Answer Posted / prashanth chenna

Equivalence Class Partition (ECP): Means dividing the input
Domain into groups and name these groups as Valid and
Invalid. By Using these groups we can derive the Test Cases.

Boundary Value Analysis (BVA): Means finding the boudaries
for given particular value. By Using these boundaries there
is maximum possibilities of finding Bugs/Defects in an
Application.

Example: In an Application User ID takes 5 to 10 Alphabets.
It is the Customer required.

Solution:
User ID: 5-10 Alphabets

ECP:
Valid Invalid
A-Z 0-9
a-z Special Charecters
Blank Field

BVA:
Min = 5 Pass
Min-1 = 3 Fail
Min+1 = 6 Pass
Max = 10 Pass
Max-1 = 9 Pass
Max+1 = 11 Fail

Is This Answer Correct ?    74 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the importance of agile testing?

680


What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.

1580


For any web application, what are the possible login features that should be tested?

811


What are noise variables?

1973


Difference between Re-testing and Regression testing?

704






Inwhat basis the time is allocated for testing the application?

1425


what are the various techniques you will use as soon as the srs was given to you to speedup the testing?

1545


Explain the advantages of automation over manual testing?

702


Explain what is exhaustive testing?

811


What r the sequences that leads to automation?

1513


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

1664


Which criteria should take in account while doing CMS testing of any project?

1310


How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?

1729


What is Mixed Testing

1634


how will we change the server system time?

1801