Answer Posted / novic
Boundary value analysis is a type of testing technique in
Black Box testing. For example, if you are going to test a
testbox, which accepts value 1 - 100, there is no need for
you to test with all values from 1 - 100. To minimize your
testing work, you can minimize with test data.Selecting
minimum value, minimum value - 1, minimum value + 1,
maximum value, maximum value + 1, maximum value - 1, we can
reduce our test data in our example.
so the test data's will be 0,1,2,99,100,101.Instead of
using 100 values and test, Use only 6 values to test that
scenario.
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
What is mean by incident logging system ?
What is client server application testing?
Define cause effect graphing?
What are the benefits of creating multiple actions within any virtual user script?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
what is dib format?
How would you test a service oriented architecture (soa) web application?
how to write defects in excel sheets when defects occured
What is meant by entry criteria and exit criteria in software testing?
What is the difference between latent and masked defects?
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
What is software configuration management?
Can you explain tpa analysis?