This is a cache of https://github.com/topics/integration-testing. It is a snapshot of the page as it appeared on 2025-08-19T18:27:45.334+0200.
integration-testing · GitHub Topics · GitHub
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 2,092 public repositories matching this topic...