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

How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

0 Answers   Wipro,


Explain the branch coverage testing?

0 Answers  


Explain the state testing?

0 Answers  


There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.

0 Answers  


Write a test case scenario for Web-based address book?

0 Answers  






Any body need Realtime project with full material and explaination? I am working in a MNC and i want to start the classes for manualtesting along with QC9.0 with fully realtime scenarios and i will give assistanc about how to attend the interviews and how to get a job with experienced resume make a call to 9884521049 8939010639

3 Answers  


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

0 Answers  


could somebody plz tell me the test cases on online credit card payment?

4 Answers  


write a test case flipkart login page

0 Answers  


if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk

5 Answers   Nexus Technologies,


How to write test scenarios for a Web application, with an example?

2 Answers  


explain end to end scenario's for online Money transfer in Banking Domain?

0 Answers   Flock,


Categories