Explain the functional testing?
No Answer is Posted For this Question
Be the First to Post Answer
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);
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
how to write test cases for a text field that should have maximum 250 characters
What is the difference between test scenarios, test cases, and test script?
what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
Sample test cases for data conversion(Utility billing system)
How about do we go as far as writing test cases is considered?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance