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<IPoint>
{
}
public RoadNetwork : List<Road>
{
}
public RoadNetwork Concatenate(RoadNetwork roads);
No Answer is Posted For this Question
Be the First to Post Answer
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
How to write test case for the library system?
write a test case for car
Explain the format of a requirement traceability
hai........... please tell abt testcases.. how we can drived the testcases in project?
how to write test cases Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who
What are the properties of a good requirement?
Explain the glass box testing?
Write test cases on for windows media player?
test cases for landline phone
what are those parameters or matrixes for tesing a software user interface?
In a log in page what will be test procedure, test scenario, test description & test steps?