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 |
what are 5 common problems in software development process?
7. What types of Web accessibility information do you look for on the Internet?
How will you Test a Website manually?? Tell me any 5 different ways to Test a Website.
Test case on Air conditionar
Can you explain equivalence partitioning?
What are the advantages of Automated Testing?
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
specify another matrix/table used for same functionality as of tracibility matrix?
how to excute testcases in regression testing time.
Why performance testing is performed? What are tools of performance testing?
QC/VSS/team track/ bugzila etc ?
Is there any template for Test case review? or if it is, include it?