what is boudarary value analysis? what is the use of it?
Answer Posted / shravanthivijay
Boundary value analysis is one of the technique in Black box
testing,it is very useful to write test scenorious and test
cases for example: test the values from 1-1000 and to find
out the defects. dnot test all values from 1 to 1000. In
this situation use the boundary value analysis, min is 1 and
max is 1000.
min=1 PASS; max=1000 PASS ; min-1=0 FAIL :max-1=999
PASS
min+1=2 PASS; max+1=1001 FAIl
it is help ful to save the time
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain some techniques for developing software components with respect to testability.
Write the test cases for yahoo home page
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Explain user acceptance testing.
what is the difference between website and web based application ?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Who are all involved in an inspection meeting?
can u plz give an example for regression testing with example.
what are the status have in QC(Test Management Tool). and how you report?
How can I do Server side Interface testing in Web Testing?
Enlist some bug status along with its description?
If I want to check compability of software in a MAC OS then which steps shold I follow?
What is grey box testing?
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?
after completeing testing ,what would u deliver to the client?