can u pls explain me what is boundary value analasys and
equivalent partitioning

Answers were Sorted based on User's Feedback



can u pls explain me what is boundary value analasys and equivalent partitioning..

Answer / gautam

u have to define 4 cases 2 for valid class & 2 for invalid
class, like if u have user name max 6 char for that u have
to enter 1.Blank 2.one char 3.six char. 4.seven char that is
boundary value analysis.

Is This Answer Correct ?    3 Yes 1 No

can u pls explain me what is boundary value analasys and equivalent partitioning..

Answer / durga prasad

Boundary value analasys:
Let the upper limit and Lower limits be N and M for a
system then
N-1, N , N+1 , M-1, M and M+1are considered as inputs for
Boundary value

Equivalent partitioning :
When N amd M are lower and upper limits of a system the
Equivalent partitioning includes "N. M and any input
between "N and M".

Is This Answer Correct ?    1 Yes 0 No

can u pls explain me what is boundary value analasys and equivalent partitioning..

Answer / guest

Boundary Analysis- This is a black box test design tech. In
boundry analysis tester will test the software at tha edges
of the equivalence partition. Idea is to assume if software
work perfectly at the edges it will work properly else
where. e.g. if a text field accepts value between 0-100
boundry value test should include values as lower limit-1
i.e. -1 & valid value anything between 0 to 100 & Upper
limit +1. Boundry value analysis is used to reduce the
redundancy in test cases.

Equivalence Partition- This is a blk box test design tech.
in which the whole input domain is divided in to few no of
logical partitions. These logical partitions are termed as
Equivalence Partitions. It is assumed that all values in a
partition are supposed to have same system responce.
e.g. if a text field accepts value between 0-100 then
according to eqv Partition less than 0 is one partition, 0-
100 will be second partition & more than 100 will be third
partition. Equivalence partitioning is used to reduce the
redundancy in test cases.

Is This Answer Correct ?    1 Yes 0 No

can u pls explain me what is boundary value analasys and equivalent partitioning..

Answer / gautam

in above answer use 2 & 4 for BVA
& for equivalence use all 1 to 4 step.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What are the common defects revealed in Functionality testing?

2 Answers   AppLabs,


How can you find dead code!!

3 Answers   Satyam,


What can be done if requirements are changing continuously?

5 Answers   Oracle,


What are the different Testing methodologies?

7 Answers   IBM,


what is be bugging ?

8 Answers   Accenture,






What are all the things ur going to keep in mind while System testing?

2 Answers  


What is the QA environment?

1 Answers  


what is exit criteria and entry criteria with proper examples??? hi, i faced so many interwies in this question...so plz answer this questions as early as possible...

1 Answers   Covansys,


Test approach to windows update?

0 Answers   ADITI,


hi frinds ,,what is the difference between QA & QC , i need only real time definations ,pls pls

7 Answers   Synergy,


could anyone explain application testing in sequence order i don't have any experience in that

0 Answers  


Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?

9 Answers   FCG,


Categories