Integration testing 1 min read Rate this explanation: A way to test how different units of code work together Share this: Twitter Facebook LinkedIn Tutorial Integration testing Tutorial Related Terms Unit testing A way to test individual units of code to ensure they work as expected Loop A way to repeat a block of code multiple times Conditional statement A way to execute different code based on certain conditions Pair programming A technique where two developers work together on the same code Code documentation Written explanations of what code does and how to use it Learn More Reference 1 Reference 2 Video