What are the known methodologies for extracting and designing integration test scenarios from requirements specification documents and design documents ?

Showing Answers 1 - 6 of 6 Answers

Integration testing is performed before system testing. 

The methodologies are:

1) Big Bang approach:  Where all or most of the modules or functionalities are combined to form a complete software system.  This approach is used to save time, but can get complex if the test cases and their results are not recorded properly. 

2) Bottom Up approach:  Where the lowest level components are test first, then used to test higher level components.  It is easiest to find defects using this approach.

3) Top Down approach:  Where top modules are tested.  It is easiest to discover branch-related problems using this method.

4) Sandwich approach:  Bottom Up and Top Down are used together in this approach. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions