All IT Courses 50% Off
QA Tutorials

Big Bang Integration Testing

Integration testing is a technique in which program modules are combined and tested as a single unit. This testing type is quite bulky and contains many approaches.

testing approaches

Big bang integration testing may be a process where all the software components are combined directly and make a sophisticated system. This unity of various modules is then tested as an entity. According to this checking method, the integration process will not be executed until all components are completed. Such an approach supports to save the tester’s time and effort while executing tests. To meet the desired goals and results, QA engineers have to record properly test cases and their outcomes.

The big bang testing advantages

  1. The entire system is tested as a ‘one whole system’
  2. It requires minor planning
  3. It consists of completed and checked modules.
  4. There is no demand for urgent build fixings
  5. Suitable for small systems.

Big Bang Testing Drawbacks

  1. It is hard to separate modules when the bug is detected
  2. It is ineffective for large systems.
  3. It is high risk to miss some crucial issues while testing the whole system.
  4. Failures occur more frequently because of the simultaneous check of numerous modules.
  5. A single mistake can influence the results of the whole integration testing.

This Big bang approach is generally executed by those developers who follow the ‘Run it’ and ‘see approach’. Because of integrating everything at one time if any failures occurs then it become very difficult for programmers to understand the basis explanation for that failure. In case any bug arises then developers have to detach the integrated modules so as to seek out the particular cause of bug.

Below is image of Big Bang integration testing

what is big bang integration

Suppose a system consists of 4 modules as displayed within the diagram above. In big bang explosion integration, all four modules ‘Module A, Module B, Module C and Module D’ which are integrated simultaneously and then the testing is performed. Hence in this approach no individual integration testing is performed because of which the chances of  failures increases.

All IT Courses 50% Off

The difference between System Testing and Big Bang approach testing are:

  1. In System Testing, we basically test the whole system. Whether the modules in system are tested by integrating several at once important. Here testing is done towards the system as a whole.

Big bang approach integration testing and system testing are basically same as they both test the system as a whole.

The big bang approach method of integration testing that always presupposes simultaneous checking of all the system components. Here the most benefit is that a tester can inspect the work of the entire system and its components. If there are many modules and the system is multilevel and complex it is better not to apply the big bang integration testing. Here the checking process is ineffective. The software specialist should analyse all the system peculiarities, task completion dates and plan the testing process with proper techniques and methodologies. Sometimes the developers use the big bang approach to integrate small systems. For large system, this approach is not recommended for the reasons. In any system, with a large number of modules, there are many interface defects. It is difficult to determine whether or not the cause of failure is due to interface errors in a large and complex system.

In large system, the presence of huge number of interface errors isn’t an unlikely scenario in software development. Thus it’s cost effective to be optimistic by putting the modules together and hoping it will work.

Facebook Comments

7 Comments

  1. Integration testing is a technique in which program modules are combined and tested as a single unit. Integration testing is testing the whole software after it stable. The big bang integration testing advantage are
    1. The entire system is tested as a ‘one whole system’
    2. It requires minor planning
    3. It consists of completed and checked modules.
    4. There is no demand for urgent build fixings
    5. Suitable for small systems.

  2. Big bang testing
    Big bang integration testing is a process where all the software components are combined directly and make a sophisticated system. This unity of various modules is then tested as an entity. According to this checking method, the integration process will not be executed until all components are completed. This testing process goal is QA engineers have to record properly test cases and their outcomes.
    The big bang testing advantages
    1. The entire system is tested as a ‘one whole system’
    2. It requires minor planning
    3. It consists of completed and checked modules.
    4. There is no demand for urgent build fixings
    5. Suitable for small systems.
    Big Bang Testing Drawbacks
    1. It is hard to separate modules when the bug is detected
    2. It is ineffective for large systems.
    3. It is high risk to miss some crucial issues while testing the whole system.
    4. Failures occur more frequently because of the simultaneous check of numerous modules.
    5. A single mistake can influence the results of the whole integration testing.

  3. Big-Bang Integration is the testing of the entire unit once each individual component has been tested and then integrated.

  4. It is an approach in which all software components or modules are combined at once and make a whole system. This unity of different modules is then tested as an entity. The defect presented in integrated component identifies after all components are integrated at once. It is very difficult to isolate the defects found.

  5. Big Bang Integration Testing is an approach in which all software components (modules) are combined at once and make a complicated system. This unity of different modules is then tested as an entity. According to this checking method, the integration process will not be executed until all components are completed.

  6. Big bang integration testing may be a process where all the software components are combined directly and make a sophisticated system. This unity of various modules is then tested as an entity. According to this checking method, the integration process will not be executed until all components are completed.
    The big bang approach method of integration testing that always presupposes simultaneous checking of all the system components. Here the most benefit is that a tester can inspect the work of the entire system and its components. If there are many modules and the system is multilevel and complex it is better not to apply the big bang integration testing. Here the checking process is ineffective

  7. The big bang testing advantages
    The entire system is tested as a ‘one whole system’
    It requires minor planning
    It consists of completed and checked modules.
    There is no demand for urgent build fixings
    Suitable for small systems.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Articles

Check Also
Close
Back to top button