How to prepare boundary value test cases for 3 input values
eg: to get the triangle type i am giving 3 sides a, b, c
values should be 1<=a<=200,1<=b<=200,1<=c<=200....
Answer Posted / s.n.vara prasad
From my Knowledge i am expecting this is correct please
correct my answer if it is wrong:
BVA technique is used for range and size purpose.
A)In the case of field we are using size.
B)In the case of value we are using range i.e particular
number not positions
So,
for this is case BVA is range type
To test this case we need 3 BVA's because in this case the
three values range is same but the values are different we
need 3 scenarios
FOR a VALUE
min->1 Accepted
max->200 Accepted
min-1->0 Rejected
min+1->2 Accepted
max-1->199 Accepted
max+1->201 Rejected
FOR b VALUE
min->1 Accepted
max->200 Accepted
min-1->0 Rejected
min+1->2 Accepted
max-1->199 Accepted
max+1->201 Rejected
FOR c VALUE
min->1 Accepted
max->200 Accepted
min-1->0 Rejected
min+1->2 Accepted
max-1->199 Accepted
max+1->201 Rejected
please post the comment if it is wrong Thank you...
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the big deal about ‘requirements’?
What do you like about computers?
How to find that tools work well with your existing system?
What is the role of the test group vis-?is documentation, tech support, and so forth?
What is testing and maintenance?
What were the major challenges u faced while testing
What is white box testing, and what are the various techniques?
Can you explain the pdca cycle and where testing fits in?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
Where we have to use perl scripting in Testing approach and its importance
How do you get programmers to build testability support into their code?
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
need testing projects where can i find them
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??