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
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 |
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 |
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 |
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 |
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 |
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
How to execute test cases written in excelsheet???
8 Answers TCS, Value Labs, VFS, Wipro,
maximum length of testcase
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
test case for open doalog box. thanks a lot!
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
Give me 10 test cases on library management system
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
how to execute test cases manually
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
What is the syntax testing?