what is boundary value analysis?
Answers were Sorted based on User's Feedback
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 |
‘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 |
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 |
Answer / ajay
it is an technique used to check the boundary values of an
application....
Is This Answer Correct ? | 0 Yes | 1 No |
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 |
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 |
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 |
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
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
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
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.
What are the different types of doccuments we can use in mannual testing?
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?
what are entry criteria(other than SRS) and exit criteria( other than Traceability matrix) in Test plan preparation
what is difference between metric and report?
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
How will you review the test case and how many types are there ?
what is ERP? why inventory comes in ERP?
Write a test case scenario for Web-based address book?