Computer Science, asked by Yasaryoosufa6073, 1 year ago

What is integration testing? types of integration testing?

Answers

Answered by Anonymous
3
Integration testing. Integration testing(sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing.
Answered by gratefuljarette
3

Integration testing

The modules or units is to be integrated and tested.

Types of Integrated testing:

  • Big-Bang integration Testing
  • Bottom-Up Integration testing
  • Top-Down Integration Testing
  • Hybrid Integartion

Big-Bang integartion Testing:

  • It is the simple testing. All the modules are combining and verify the functionality.

Bottom-Up Integration testing:

  • Each module at lower level is tested.

Top-Down Integration Testing

  • Stimulate the lower level modules that are not yet integarated.

Hybrid Integration

  • Hybrid integration deals the issue of taking existing information.

Learn more about integration testing

What is integration testing?

https://brainly.in/question/9731787

How integration testing is carried out in object oriented scenarios?

brainly.in/question/14473656

Similar questions