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

Zenq interview questions for manual testing

1401


What is middle ware testing?? what are the companies using this tech?

1746


i need manual testing interview questions for 2+ experience plzz help me..

3818


What is bug leakage?

722


What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?

1586






how will you estimate of your website?

1662


What is the Myers Boundary Table?

1551


How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.

2229


Please is there any one working with ITR.COM? Having interview with them. Any tips will help.

1382


What is the difference between functional testing and integration testing?

706


what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?

1940


Can Anbody please send me Daily Work status format in which I can save my daily work activity

2106


Difference between smoke and sanity testing

1293


How a test engineer will convince a test lead when he didn't approve the bug as a report ???

1152


Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?

2090