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


Please Help Members By Posting Answers For Below Questions

what is date field test case

1543


consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees

1678


what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???

1681


test cases for Insurance Processing System ?

4536


what are the various techniques you will use as soon as the srs was given to you to speedup the testing?

1639






What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.

4026


Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?

1749


Need to know about Quality Center in brief

1589


what is quality Factor

2112


What is smoke test?

808


Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven

1657


How can write testcases on a code under development pls give asnwer

1637


Tell me the advantage and disadvantage of cookies?

908


Explain the procedure & path of s/w in testing?

1621


How will you prepare traceability matrix if there is no Business Doc and Functional Doc?

1881