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 checkpoint? How can you handle the checkpoints?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What is srs and brs document?
How to explain the Insurance project in the interview?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
Which is the best testing model?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
After insert the record in front-end, how will you check the back end by manually? Please explain?
What is smoke testing and user interface testing ?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
For any web application, what are the possible login features that should be tested?
What r the things,u prefer and prepare before starting testing?