What is B.V.A with brief example?
Answers were Sorted based on User's Feedback
Answer / novic
Boundary value analysis is a type of testing technique in
Black Box testing. For example, if you are going to test a
testbox, which accepts value 1 - 100, there is no need for
you to test with all values from 1 - 100. To minimize your
testing work, you can minimize with test data.Selecting
minimum value, minimum value - 1, minimum value + 1,
maximum value, maximum value + 1, maximum value - 1, we can
reduce our test data in our example.
so the test data's will be 0,1,2,99,100,101.Instead of
using 100 values and test, Use only 6 values to test that
scenario.
| Is This Answer Correct ? | 27 Yes | 4 No |
Answer / sudhakar8
A technique that consists of developing test cases and data
that focus on the input and output boundaries of a given
function. In same credit limit example, boundary analysis
would test:
Low boundary +/- one (999 and 1,001)
On the boundary (1,000 and 1,500)
Upper boundary +/- one (1,499 and 1,501)
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / anuradha.gangurde29@gmail.com
it is technique to reduce the testing work ( block ox
testing ) .in boundary value analysis is next step of
euivalent partition , let us take one exmple .
in the application there is form which suppose to fill by
customer . In this form there is field say age , user has
to enter the age , and the requirement document specify the
range of the field like it accept oly the values fron 16 to
25 then in boundary valu analysis u can enter the value
lower range >> 15,16,17
upper range >> 24,25,26
in the age field and check the performance of the
application .
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / antu
bva: it is boundry value analysis. here a range of values
are given as input to test the application.
| Is This Answer Correct ? | 1 Yes | 5 No |
How can you prepare the resume for testing? Can you send me the answer for this questions?
how to write the test case for online (credit/debit) payment
2 Answers Bank of the West, BirlaSoft,
Define brain stromming and cause effect graphing?
what is the difference between developer testing and tester testing?
What is Testing Approach, Testing Methodology, Testing Terminology, Testing Technique and Testing Types?
What are the Blackbox Testing Techniques?
hai friends i completed my degre(b.com)through distance i have no inter(+2) right know iam doing mca from distance education can i elgible for software in testing process
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
what is vss?
Looking for job in Software Testing (Manual), Want to learn Manual Testing? Learn from expert with 8+ yrs in leading software company mail to manualtestingtraning@gmail.com
how to do testing estimation ? is there any genearl formula for that ?
What methodologies have you used to develop test cases?