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....

Answers were Sorted based on User's Feedback



How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am givin..

Answer / 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

How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am givin..

Answer / vinhbao

FOR a VALUE: I see you list out 6 input values, so
if I want to reduce 1 input value what input value should
be removed?
if I want to reduce 2 input values what input value2 should
be removed?
if I want to reduce 3 input values what input value2 should
be removed?
if I want to reduce 4 input values what input value2 should
be removed?
if I want to reduce 5 input values what input value2 should
be removed?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?

0 Answers   Accenture,


I am a manual test engineer working on an web application product testing.I have worked on test mgmt tool-testlink,defect tracking tool=bugzilla and I know functional-selenium ide (basics.So can anyone tel me which scripting language is extensively used in testing tools so that i can acquire some knowledge about it in order to shift into automation?

2 Answers  


Hi Dear this urgent for me i have need of ROLTA India Ltd Mumbai Paper pattern for Testing Person , PLease Help me , if any body have any idea about it

0 Answers  


What is cookie testing?

1 Answers   C DAC,


What is Software Testing?

2 Answers  






Can Anbody please send me Daily Work status format in which I can save my daily work activity

0 Answers  


hi.... plz tell me what all kinds of documents/reports are required for manual testing of a simple website(simple static pages). in a organization.

2 Answers   HCL, IBM, iPRO Solutions,


What do you do in Configuration Management?

1 Answers   Zensar,


Can you please explain me how to do testing of an E-insurance project end to end process..

0 Answers   Xchanging,


What are the properties of a good requirement?

3 Answers   3i Infotech,


how u can do integration testing and what r the approaches u need to follow?

5 Answers   MBT,


In my Application, There are 40 MIS Reports.There is Start & End Date box and Search button to search reports.Again for Every report Print and Download in PDF, CSV and Text option is there. What will be the test cases? The test description for all the reports will be same then should I have to write it for each Report test repeatadly? Please Guide Me.Should I have to write 3 test cases for Download X report in PDF, CSV and Text.[40*3=120test for only downloading]

2 Answers  


Categories