Skip to content
#

Integration testing

Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.

Here are 1,741 public repositories matching this topic...

Nowadays is unacceptable that software are developed without Software Testing, however many companies neglect this important discipline of Software Engineering, due to qualified resources available and your high cost during the development process. In order to show the importance of Software Test, will be held during this work the comparative an…

  • Updated Jul 17, 2017
  • Java