Can any1 tell me how to do and Integration test design and
test cases for Order Inventory system for use cases. ALso
how is that going to differ from System Testing. The system
is similar to amazon.com online ordering system and you can
place order by calling customer call center.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Test Cases Interview Questions

what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??

2 Answers  


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

1 Answers  


What is the state testing?

0 Answers  


Write test cases to check the functionality of the shopping cart of an e-commerce website

6 Answers   Optum, SpoonJoy, Verizon,


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);

0 Answers   Infosys,






What is the domain testing?

0 Answers  


Define Testcase.

13 Answers   3i Infotech,


What are the test scenario's for pen like high priority high seviority?

4 Answers   NetWeb, Zycus Infotech,


Explain transaction testing?

0 Answers  


Explain the concept of semi-random test cases?

0 Answers  


What we do when the Requirements are continuously changed?

2 Answers   Infosys,


in test case we would write log and login ?what is the dif bet both of them

0 Answers  


Categories