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 boundary value analysis?

Answers were Sorted based on User's Feedback



what is boundary value analysis?..

Answer / sowmya

Boundary value focuses on input and output boundaries of a
given fucntion.it consists of developing test cases
Lower boundary
min-1,min

Upper boundary
max max+1
For example if we are checking for we are checking credit
limit between 10,000 and 15,000
the lower boundary will be
9,999 & 10,000
the upper boundary wil be
15,000 & 15,001

Is This Answer Correct ?    5 Yes 1 No

what is boundary value analysis?..

Answer / lakshmanaraj bg

‘Boundary value analysis’ testing technique is used to identify errors at boundaries rather than finding those exist in center of input domain.

It’s widely recognized that input values at the extreme ends of input domain cause more errors in system.

More application errors occur at the boundaries of input domain.

Boundary value analysis is a next part of Equivalence partitioning for designing test cases where test cases are selected at the edges of the equivalence classes.

Boundary value analysis is often called as a part of stress and negative testing.

TEST CASES:

1) Test cases with test data exactly as the input boundaries of input domain i.e. values 1 and 1000 in our case.

2) Test data with values just below the extreme edges of input domains i.e. values 0 and 999.

3) Test data with values just above the extreme edges of input domain i.e. values 2 and 1001.

Is This Answer Correct ?    1 Yes 0 No

what is boundary value analysis?..

Answer / sandeep gupta

In this technique, all the possible valid input and valid
output are identified.Test cases also include both valid
and invalid inputs.

Is This Answer Correct ?    0 Yes 1 No

what is boundary value analysis?..

Answer / ajay

it is an technique used to check the boundary values of an
application....

Is This Answer Correct ?    0 Yes 1 No

what is boundary value analysis?..

Answer / saiganpath

This tech used to find out the boundary values and its used
for minimal test cases to cover all the possibilities.

For an example,

User name should be allowed 6 <= 8 characters, here 6 and 8
is positive boundary values and 5 and 9 is the negative
boundary values.

So (6,8)(5,9) total 4 test data we have to prepare to find
boundary value analysis.

Is This Answer Correct ?    0 Yes 1 No

what is boundary value analysis?..

Answer / mfsi_priyankaa

It is a black box technique, which is used to identify
errors at the boundaries i.e. n-1, n , n+1.

Is This Answer Correct ?    0 Yes 1 No

what is boundary value analysis?..

Answer / sanjana

Boundary values means selection of test cases/input data
which lies on boundary.
In Boundary values we check the limit condition of the
input data.
for number:- one valid two invalid
for range:- one valid two invalid
for set:- one valid one invalid

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

can we do database testing in manual testing? then how we write the test case?

2 Answers  


how do u know whether the particular project belong to client server or web -based?

1 Answers  


How to write test scenario for white board?What is scenario? pls explain me with example.

2 Answers   CTS,


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

0 Answers  


What is the difference between System Testing and Functionality Testing?

8 Answers   Wipro,


what is the difference betwen quality center version 9.0 and version 10.0

1 Answers  


1.what is the purpose of testing ?

9 Answers   HCL,


What is QTP? What is Regression and retest? What is end to end testing? What is Latest QTP version and TD version? TD is test mgmt tool or resource mgmt tool? Why QTP and WR is called mercury interactive tool? Difference between end to end and system testing? Types of Testing performed in your project? What is testing component? What is test script?

2 Answers   Cap Gemini,


How many test scripts can you prepare per a day?

5 Answers   AppLabs,


How do you test google or gmail application??tell me step by step process??

4 Answers   TCS,


10 scenarios for security testing using gmail applications?

1 Answers  


what is the real time testing process for water fall model..plz exp asap..thanks in advance

1 Answers   Wipro,


Categories