Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

0 Answers  


How to execute test cases written in excelsheet???

8 Answers   TCS, Value Labs, VFS, Wipro,


maximum length of testcase

1 Answers  


how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password

0 Answers   Cap Gemini,


test case for open doalog box. thanks a lot!

1 Answers  


Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?

2 Answers  


Give me 10 test cases on library management system

8 Answers  


Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2

1 Answers   ISTQB,


how to execute test cases manually

1 Answers  


Generate functional and negative testcases for MS Paint brush

1 Answers   Accenture, GE, Netian, Tangent Software,


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

0 Answers   Wipro,


What is the syntax testing?

0 Answers  


Categories