how to write a test procedure & test log for login system
No Answer is Posted For this Question
Be the First to Post Answer
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);
how to write test cases for credit card payment
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,
Write test case for windows media player
How to write test cases ?
Explain the state testing?
to write test cases for fuel guage?
What is transaction testing?
maximum length of testcase
how to write test case for check box like check boxes in gmail and yahoo inbox
Can test case contains more than 50 steps in single test case?
You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach