What is the state testing?
No Answer is Posted For this Question
Be the First to Post Answer
write test case for optical mouse.
Tell me about your Roll and your Team Lead's Role
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance
Write test cases on for windows media player?
Explain the concept of semi-random test cases?
how to write a test cases for courier offices?
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);
Explain the agile testing?
How to write test cases for lift?
Explain the sanity testing?
Suppose a job should be executed for every two hours? Write test case for this?
write test cases for flipkart.