Hi there
Just done with QTP training.
I am looking out for a job.
can any one share your experinces in real time job.
I mean How the work flow goes and what other things do i
have to learn for getting a job. please respond ASAP this is
urgent for me.
Regards
Lina.
No Answer is Posted For this Question
Be the First to Post Answer
Write a Test Case to test Can of Red Bus Booking
Please let me know how to write a test case for Pen and washing machine.
how do u knw when to stop writing test case for a given project.
What is the syntax testing?
What are all the companies are doing manual testing till now ?
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
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 for mouse?
How to write test cases ?
What are test cases for Car Locking System?
For how many days (or) weeks you will test a product or software?
write test case for banking application