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
When will the testing starts?
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
what the purpose of requirement phase
What are testing techniques? What is difference between general and specific?
what is metrics in software testing? give me a brief detail about it?
Write a Test scenario for Outlook Search functionality.
Which model is following in your company for developing software?
What are bug leakage and bug release?
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???
What is a maturity level?
What kind of input do we need from the end user to begin proper testing?
Unit Testing can be done by using Nunit?
Hello everybody, How many people do you think one sprint team can have in average?
What is quality center?
How we will test ubercate