Explain BVP
Answer / 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 |
Can Anbody please send me Daily Work status format in which I can save my daily work activity
What is the Sanity Testing??
What are the basic forms of variations?
Can anyone explain me about, the white box testing and black box testing, in detail?
What is the difference between Spiral Model and V-Model
Can you explain v model in manual testing?
what is test harness?
Diff. between system test cases & UAT test cases.
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
what is meant by package testing?
4) Adhoc Testing is performed with A)A formal test plan but with out a formal testcase cool.gifA formal test case but without a test plan C) Both A and B D) None of the options
How can u know IP Address of a computer?