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
what is date field test case
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
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
test cases for Insurance Processing System ?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
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.
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?
Need to know about Quality Center in brief
what is quality Factor
What is smoke test?
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
How can write testcases on a code under development pls give asnwer
Tell me the advantage and disadvantage of cookies?
Explain the procedure & path of s/w in testing?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?