Computer Science, asked by ayush11555, 10 months ago

what is integration testing?​

Answers

Answered by SankuS
2

Integration testing is the phase in software testing in which individual software modules are combined and tested as a group. Integration testing is conducted to evaluate the compliance of a system or component with specified functional requirements. It occurs after unit testing and before validation testing

Plzzzzz mark as brainlist answer


ayush11555: brilliant job
SankuS: thanks
SankuS: free to chat
Answered by gratefuljarette
0

Integration Testing

In this units or modules is to be integrated and tested. Integration testing is to evaluate the system or component  

Types:

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

Big-Bang integration Testing

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

Bottom-Up Integration testing

  • Each module at lower level is tested

Top-Down Integration Testing

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

Hybrid Integration

  • Hybrid integration deals the issue of taking existing information.
  • It is the combination of both Top Down and Bottom up approach

Learn more about integration testing

How integration testing is carried out in object oriented scenarios?

https://brainly.in/question/14473656

What is integration testing? types of integration testing

https://brainly.in/question/5152626

Attachments:
Similar questions