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
Can you please explain about the erp project
write the test case for Bulb & Mobile phone
Explain the advantages of automation over manual testing?
Explain branch coverage and decision coverage.
Explain accessibility testing and its importance in the present scenario.
How should validation activities be handled?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
What is reverse engineering?
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?
Why do you need to parameterize fields in your virtual user script?
If automating - what is your process for determining what to automate and in what order
hai friends can u expalin about real time process of testing at the company, like flow diagram
How do u prepare test environment for ur application?