How do "big bang" methods differ from a typical non-incremental integration testing approach?

  • "Big bang" involves incremental testing of modules
  • "Big bang" is focused on system testing only
  • "Big bang" is more planned and systematic
  • "Big bang" waits for all modules to be developed before testing
The "big bang" approach differs from typical non-incremental methods in that, in the "big bang" approach, the integration testing is deferred until all individual modules are developed. This could lead to challenges in identifying defects because everything is tested at once.
Add your answer
Loading...

Leave a comment

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