What are the processes / steps invovled in Defect
Prevention meeting?
Answer / prachi
there are some process :
walkthrough, Inspection, reviews
| Is This Answer Correct ? | 2 Yes | 0 No |
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
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 is test environment? Elaborate with example.
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
How will you review test cases?
26 Answers HCL, TCS,
Can you list down a few characteristics of a test case?
need for documenting test cases??? advantages and disadvantages of documenting test cases???
what are the inputs required for writing test cases
test cases for landline phone
can one defect be mapped to more than one test script in manual testing
How many test cases you will execute per day?
what are the possible test cases for sending an sms from mobile