Can anyone explain Boundary value Analysis and equavelance
partition with real time example
Answer Posted / deepak
Take username field as example that have req for entering 5
to 15 charecters
BVA for this is
min = 5
min+1 = 6 pass
min -1= 4 fail
max = 15 pass
max+1 = 16 fail
max-1 = 14 pass
EVP for this is
Check values like
any value <5 characters
between 5 to 15 characters
any value > 15 characters
BVA and EVP covers all possible scenarios to find bug in the
code (username) field.
Let me know if Raghav/Anyone not happy with this.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
Hi, Please can one tell me how to test the usability testing, which method has to be used, how to write the report? Thanks Deepa
What is boundary value testing? Give an example.
What are the different types of software testing?
What are the various techniques in black box testing?
What is frame level testing and how do we test it?
What is stub?
any one giv test cases for wordpad using equivalence class partioning
What is sanity?
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
What is remedy testing,expalim that and how can use that
Anyone tell me the test cases of Shopping Favorite
Why is software testing required?
How to test a Falsh player scrollings?
Write 2 scenarios for Integration testing? Please let me know its urgent.