19 April 2024

Integration Testing

Integration Testing definition :

  • Individual units are combined and tested as a group in order to expose faults in the interaction of units.

Integration Testing practice :

  • Integration testing, also known as integration and testing (I&T), is a type of testing in which program units are combined and tested as groups in multiple ways.
    • Integration testing is performed on the modules that are unit tested first and then integration testing defines whether the combination of the modules give the desired output or not.
    • Integration test can be automated.

More informations for Scrum Testing

More informations for the Scrum PSD certification here.

Leave a Reply

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