Clear definition of boundary value analysis
Answer Posted / swati
Boundary Value Analysis is a category under input domain
testing which is a kind of functional testing.
Using BVA we can test hw the AUT behaves at their
boundaries.That is u test the functionality by giving
inputs at their boundaries : Eg : if test box can accept a
character string of length 2-8 then your BVA would be,
i. i/p :2= pass
ii. i/p : 2-1 = Fail
iii. i/p : value btn 3-7 , any one value - Pass
iv. i/p : 8 = pass
v. i/p 8+1 = Fail
if X is the limit you will check values at X-1, X and X+1
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is the difference between Risk based and Requirement based testing???
Does an increase in testing always improve the project?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
after completeing testing ,what would u deliver to the client?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What are the properties of a good requirement?
What is rapid application development model (rad)?
Information about Automated Software Installer
what is API 2.0?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What is client server application testing?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
I want to know about satyam manual testing questions
What is the difference between load and stress testing?