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


Please Help Members By Posting Answers For Below Questions

When will the testing starts?

870


Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?

1784


what the purpose of requirement phase

13103


What are testing techniques? What is difference between general and specific?

1851


what is metrics in software testing? give me a brief detail about it?

4519


Write a Test scenario for Outlook Search functionality.

2800


Which model is following in your company for developing software?

903


What are bug leakage and bug release?

981


what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???

1826


What is a maturity level?

957


What kind of input do we need from the end user to begin proper testing?

1210


Unit Testing can be done by using Nunit?

923


Hello everybody, How many people do you think one sprint team can have in average?

1494


What is quality center?

860


How we will test ubercate

1774