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 |
Explain stress.load,performance and volume testing with example..
what is v model
Have you done exploratory or specification-driven testing?
what is test plan and what it consists?
15 Answers AndPlus, Forum, MBT, TCS,
To become a Software Tester, which courses are more important to learn? I Feel complete software testing course like manual, automation, Oracle, VB Scripting and SQL, please suggest me what are all the courses important for a software tester?
How you can decide the number of testcases are enough for testing the given module?
What is Data Flow Testing?
sanity testing is done during regression testing.is it true.if it is true plz explain?
how to deploye the build when the developers give the source code..?
can you tell me high priority low severity defect?
Write test cases on Travel bag?
what is project testing & product testing, and what is the differene ? plz explan with example