can one defect be mapped to more than one test script in manual testing
No Answer is Posted For this Question
Be the First to Post Answer
test case for coffee machine?
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);
Pls can any 1 temme the test cases for an online banking proj. like account transaction summary, deposit module, savings module
How to test Webservices and how can we write test cases for that
Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validation?
How will you review test cases?
26 Answers HCL, TCS,
As we are using QTP 9.1 version, is there is any method to connect the remote desk top?
what are the sanity test cases for a waterBottel?
test cases for bus transport (TNSTC)
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
why we need a test plan
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking