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

Which one is not tester responsibilities ? Option 1 Assure the process for contracting software is adequate Option 2 Review the adequacy of the contractors test plan Option 3 Perform acceptance testing on the software Option 4 Assure the ongoing operation and maintenance of the contracted software

1 Answers  


Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests

7 Answers   EDventures,


Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place

0 Answers  


There are 20 resources out of which 12 are manual testers, 5 automation testers and 3 performance testers. There are a bunch of projects to be tested in the organisation, the projects belong to various technologies, say 20% of projects in Java, 20% of projects in SAP, 30% of projects in .NET, 30% of projects in C# What is your approach as Test Manager in testing.

0 Answers  


What are the different types of doccuments we can use in mannual testing?

4 Answers   AZTEC,


I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?

2 Answers  


what are entry criteria(other than SRS) and exit criteria( other than Traceability matrix) in Test plan preparation

1 Answers  


what is difference between metric and report?

4 Answers   Covansys,


Risk analysis consist of A)1 step b)2nd step c)4 step d)6 step Which is correct Answer please any one tellme and mail me

2 Answers   CashEdge,


How will you review the test case and how many types are there ?

1 Answers   Crea,


what is ERP? why inventory comes in ERP?

4 Answers   BirlaSoft,


Write a test case scenario for Web-based address book?

4 Answers   Certus,


Categories