Learn, Share and Keep Learning
| Big Bang Integration Testing |
| Testing Types - Life Cycle |
|
In big bang Integration testing, individual modules of the programs are not integrated until every thing is ready. This approach is seen mostly in inexperienced programmers who rely on 'Run it and see' approach. In this approach, the program is integrated without any formal integration testing, and then run to ensures that all the components are working properly. Unfortunately, whilst it may be possible to get away with it within some simple sequential programs, particularly if sensible design methods and good Function and Module Tests have been applied, the use of such an approach large commercial applications is likely to be much less successful. The application of this method often simply leads the programmer to have to re-separate parts of the program to find the cause of the errors, thereby effectively performing a full integration test although in a manner which lacks the controlled approach of the other methods. Disadvantages There are many disadvantages of this big bang approach
|
0 Comments