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 are the different servers and difference between them?
Hi.....wat r d major bugs we can find in banking domain???
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
is it possible web application make it as executable file
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
What makes a good software qa engineer?
How quickly we need to fix the bug?
how to create automation frame work ?
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
Explain thread testing.
When have you had to focus on data integrity?
What is PBX Testing & What is Test coverage?
How did you do unit testing in your project?
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
what is the difference between Desktop testing,Client/server testing and webapplication testing