Answer Posted / gopal krishna
BVA means boundary value analysis, is the most commonly used test case design method for black box testing.In this techinque we used to find error in the boundaries of input value rather than the center of the input value range.for finding error we use this method(n,n-1,n+1).
example-suppose the input value test box range is given from 1 to 1000 in this case we have to findvalid and invalid input.so,range is (1-1000)
for 1
n=1,n-1=0,n+1=2
for1000
n=1000,n-1=999,n+1=1001
so there are 6 case (0,1,2,1000,999,1001).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Wound Fixing?
What is defect cascading in software testing?
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
1. what is a date guidelines ?
Hi to all..Now am working at one company as Software tester..I have selected for Accenture via one consultancy.. They have told that joining date will be on 19 th july..But now they are postponed joining date..whether i can trust that or not?Can u plz tell??plzz..whether i can put my paper to releive or not? CAn u telll?
What is the difference between pilot and beta testing?
how to connect your project in database?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
Enlist some bug status along with its description?
What is defect validity ratio?
State a generalized process for load test? Or explain how you did it previously.
How do u prepare test environment for ur application?
What is pesticide paradox? How to overcome it?
what is coupling integration testing