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
Answer Posted / 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 View All Answers
"search"test cases on Linkedin website and how will you write test cases on it?
Sample test cases for data conversion(Utility billing system)
For how many days (or) weeks you will test a product or software?
can one defect be mapped to more than one test script in manual testing
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Explain how to develop a test plan and a test case.
Why does the boundary value analysis provide good test cases?
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Explain the scalability testing?
I need GUI test case for home page?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
How to write email id in world wide web
What is the domain testing?
How to generate test cases for 'replace a string' method?
Explain the gray box testing?