how to prepare unit test scripts for accrued interest
calculation.
Who will take care of test cases and test plan?
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);
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What are all the companies are doing manual testing till now ?
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
please test case for calculator
i'm confused to wite a Test Scenarios. can any one help me how to start?
Explain the static testing?
plz explain vss?
what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?
a job should be executed for every two hours?write test case for this?