What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?
Answer Posted / sunitha
BVA: Instead of we entering every possible input domain we
check the input domains with boundaries only.
Eg:empID takes 4-16 alphabets.
value - status.
min->4 pass
min-1->3 fail
min+1->5 pass
max->16 pass
max-1->15 pass
max+1->17 fail.
ECP:
with this we enter valid values enter as input domains.
Eg:
empID should accept 4-16 alphabets.
valid - invalid
a-z 0-9
A-Z spaces, special characters.
| Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
can anyone tell me few critical bugs in ecommerce project.
What is the difference between a standalone application, client-server application and web application?
Is quality control similar to quality assurance?
How could you present test strategy for the product testing?
test cases on bangles???
Tell me a critical defect in which your Client,PM,PL appreciate on you
what is the critical defect in telecom domain?help me out from this prob its very urgent
How do you test for the coockies for a web application?
could any body plz let me know which is best training institute for telecome testing in hyderabad?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
What are the factors affecting a manual testing project and what are the ways to overcome it?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
What are the roles of glass-box and black-box testing tools?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?