Object Oriented Software Engineering View all facts Glossary Help |
| subject > process > verification > testing > testing performed by software engineers > integration testing > big bang testing |
| big bang testing comparison table | |||
| Subject | work well on | has definition | is a kind of |
|---|---|---|---|
| integration testing | Testing during or following the process of integrating a system | testing performed by software engineers | |
| big bang testing | larger systems because it may be hard to tell in which subsystem the defect lies when a failure occurs | An inappropriate approach to integration testing in which you take the entire integrated system and test it as a unit | integration testing |
Next integration testing: incremental testing Up: integration testing