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 are differences in testing a client server and a web application?

1511


how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?

6100


A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?

650


What are the different types of software testing?

711


What is validation in software testing?

712






Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.

4417


What is rapid application development model (rad)?

728


Dear Friends, Please guide me how to write test case for work Experiance field range.(It has 2 fields for range)

1908


how will you test a wine filled bottle along with 100 glasses

1868


which sanity testing is performed?

1186


What is mean by incident logging system ?

2030


What are the Major Functionality for a ATM machine ??

4995


What r the sequences that leads to automation?

1509


whar are the contents in db testing test case template

1622


Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.

1503