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

Test case for Google home page

2 Answers  


What r blackbox & whitebox testing techniques?

3 Answers  


what is the diff b/w system testing & end to end testing

1 Answers  


How a test engineer will convince a test lead when he didn't approve the bug as a report ???

0 Answers  


explain test life cycle

6 Answers  






what type of questions they asked in symphony company for manual testing?

1 Answers   Symphony, Symphony Teleca,


What type of ideal testing process should be follow by CMM- 3 COMPANY.(PLEASE IN DETAIL)

2 Answers   Kirti Soft,


do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com

0 Answers  


Factors effecting Testing of Web Applications?

1 Answers   Crea,


do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?

0 Answers  


How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?

0 Answers  


1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false

2 Answers   Infosys,


Categories