write the testcases for a triangle ABC. given length of 3
sides of a possible triangle, check whether 3 sides do
indeed form a triangle or not if they do then state whether
the triangle is scalene, isoceles or equilateral.
Note that the sum of any two sides of a triangle should be
greater than third side.

A+B>C
B+C>A
A+C>B.

need urgently. thank u... by priya

Answers were Sorted based on User's Feedback



write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / ishak

write the testcases for a triangle ABC. given length of 3
sides of a possible triangle, check whether 3 sides do
indeed form a triangle or not if they do then state whether
the triangle is scalene, isoceles or equilateral.
Note that the sum of any two sides of a triangle should be
greater than third side
A+B>C
B+C>A
A+C>B.

Is This Answer Correct ?    22 Yes 6 No

write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / puja

Step1:

Check They are tringle or not

The sum of any two sides of a triangle should be
greater than third side
A+B>C
B+C>A
A+C>B.

Step II:

Check for Scalene:-

A not equal to B not equal to C

Check for isoceles:-

A=B or B=C or A=C

Check for Equilateral

A=B=C.

Thanks

Is This Answer Correct ?    17 Yes 4 No

write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / pepsi123

the test casse for traingle could be written with the help
of assigning 3 values to 3 sides of the triangle.Possible
test cases for triangle are:

Input condition Output

10,10,10 Equilateral
10,5,4 scalene
10,10,5 Isosceles
0,10,5 invalid
0,0,0 invalid
-7,10,10 invalid
10,5,7,10 invalid
10,2,3 invalid(sum should be greater)
10,5,_(blank) invalid

Is This Answer Correct ?    14 Yes 7 No

write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / sheetal

write the test cases for c=a+b and the sum is not greater
than 10,


need urgently. thank u... by sheetal

Is This Answer Correct ?    2 Yes 2 No

write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / venki

2,3,4
2+3>4
3+4>2
2+4>3

:)

Is This Answer Correct ?    2 Yes 2 No

write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whet..

Answer / rashmi garg

to test if 3 sides form a triangle, test cases are:
1. three edges a, b and c are not in the same line
2. None of the three sides AB, BC or CA is of zero length

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More Test Cases Interview Questions

Who will decide what the test cases you have written are correct?

4 Answers   Mind Q Systems, Satyam,


Please give me a test case scenario for search engine covering all the fuctionalities

2 Answers  


What is the differance between Bug and Defect.

17 Answers   Cap Gemini, CarrizalSoft Technologies,


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

0 Answers  


Explain the dynamic testing?

0 Answers  






How to write test case template for ATM

2 Answers   Infosys,


my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working

3 Answers   Wipro,


Write a test case of login window?

0 Answers  


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

0 Answers  


In a log in page what will be test procedure,test scenario,test discription & test steps?

1 Answers  


Need help to write test case for "Check Availability" field. Any help would be highly appreciated!

1 Answers   TCS,


While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?

2 Answers   Satyam,


Categories