Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is equivalence boundary

Answers were Sorted based on User's Feedback



what is equivalence boundary..

Answer / saran

Equivalence

Select the input value with Common Property

For ex: 10 TO 15

>15 is invalid
<10 is invalid
10 to 15 is valid

Boundary value analysis

Select input value with edge of the classs.(one plus add
and one mins add)

For ex: 10 to 15

3 type of boundary a. Low 2.On 3.Upper

a. Low-- 9,11 checked
b. On--10 to 15 checked
3.Upper- 14,16 checked

Thanks
Saravanan, chennai

Is This Answer Correct ?    6 Yes 2 No

what is equivalence boundary..

Answer / rajesh

BVA:is aimed at testing the entity at its boundaries
ECP:is a partition testing strategy where v partion the
input,space into eqvilance class.

Is This Answer Correct ?    2 Yes 0 No

what is equivalence boundary..

Answer / ranjitha

Equivalence partitioning - The whole range of input is
split into set of equivalence classes, such that a single
value acts as a sample for each equivalence class.
Exhaustive testing is not required in this case.

This technique consists of developing test cases and data
that focus on the input and output boundaries of a given
function as these are more prone to errors.

Example: A program needs to be tested with input range from
1000 to 2000. Boundary analysis will have the following
boundary values to be tested.

Lower boundary: (999 and 1001)
Upper boundary: (1999 and 2001)
On the boundary: (1000 and 2000)

Is This Answer Correct ?    3 Yes 1 No

what is equivalence boundary..

Answer / sreejith

BVA and EQ are not same.

If we want to test a age filed. ie, range from 1-120

In EQ

we will check with some random data 1,2,3 then 49,50,51
and then 118,119,120.


In BVA

we will check with data -1, any valid data (1-
120) ,and 121.

Is This Answer Correct ?    1 Yes 1 No

what is equivalence boundary..

Answer / preeti

there are only two possibilities : possibile and impossible
so that is divide into class VALID and INVALID
now:
For ECP: For testing we divide the class into 2 invalids
and 1 valid. classify and test with one representative from
each class.min representatives are(3)
For BVA: besides the three sbove classes of ECP we also
check boundray value for the given range that is LB,UB.
so min representatives are(5).

Is This Answer Correct ?    0 Yes 0 No

what is equivalence boundary..

Answer / jithin

Consider an example, which have different intervals
from 1 to 25,
over 25 and up to 50,
over 50 and up to 100,
above 100

In such case equivalence boundaries are
Invalid entry 0.01
Valid boundary 1-25
Valid boundary 26-50
Valid boundary 51-100
above boundary 101-Above

Is This Answer Correct ?    0 Yes 0 No

what is equivalence boundary..

Answer / 123

If u see BVA and Equivalence are similar only

set of ranges, set of values of a ONE Valid and TWO invalid

values to be taken for the test.

u can take it as A, A+1, A-1

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Have you done exploratory or specification-driven testing?

1 Answers  


What is the first query u encounter to test a database..?

2 Answers   IBM,


write negative scenarios for date given in the format dd/mm/yy

5 Answers  


What is Internal Links, External Links, orphan Pages, Broken Links

2 Answers  


What is the different between QA&QC? Please give answer with examples?

3 Answers   Nedbank,


Difference between Hybrid and derived models???

4 Answers  


what is walkthrough?

8 Answers  


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

0 Answers  


whar are the contents in db testing test case template

0 Answers   Reliance,


How much cost taken for testing activites in the project

2 Answers  


Do you feel any dis-advantage over the current process? if he/she says any, have You discussed with your Manager reg this ? Why?

0 Answers  


Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B

5 Answers   CVC, Global Logic,


Categories