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
Describe some staff conflicts you have handled.
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
What are the RBI rules has to follow by a bank for online precesseing. ?
How can you do the usability testing?
What are the different types of integration testing?
Should testing be done only after the build and execution phases are complete?
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
What are the differences between stlc and sdlc?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
Is quality control similar to quality assurance?
What is the difference between system testing and integration testing?
what is the difference between Desktop testing,Client/server testing and webapplication testing
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
Please Tell me About Fish-Bone Model. Thanks in Adv.