What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?
Answer Posted / swapna
BVA & ECP are 2 mathematical notations which will be followed in BBT(input domine test'g),it,s a part of functional testing.
BVA: it helps to determine SIZE & RANGE(boundaries) of inputs.
ECP:it helps to determine VALID/INVALID cases of inputs.
Example: IN a login process,USername object allows alphabets & numarics from 4 to 20 characters long in both lower & upper cases. where as password object allows only alphabets from 4 to 10 characters long only in lower cases.
1)USER NAME:
BVA(Size/Range) ECP(Valid/invalid)
Min = 4 = pass Valid & invalid
Max = 20 = pass 0-9, A-Z blank spaces&special char's
MIN-1=3 = fail a-z
Max-1=19= pass
Min+1 = 5 = pass
Max+1 = 21 = fail
2)PASSWORD:
BVA(Size/Range) ECP(Valid/invalid)
Min = 4 = pass Valid & invalid
Max = 10 = pass a-z 0-9, A-Z
MIN-1=3 = fail blank spaces&special char's
Max-1=9= pass
Min+1 = 5 = pass
Max+1 = 11 = fail
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the review documents used for testing?
What are the queries mostly asked in testing ? give me some examples.
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
how do u manage scripts in winrunner when you application is changing frequently?
Why should you care about objects and object-oriented testing?
How to overcome pesticide paradox?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
What is Difference between Test Strategy and Test Methodology?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
Do submit teststrategy to customer if yes at what time
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
can anyone tell me the questions that can be posed in an interview for a 5 year experienced person in manual testing
What is showstopper defect?
what is data guidelines
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)