Sobes.tech
Junior — Middle

What are tests called that do not use mocks to isolate components?

sobes.tech AI

Answer from AI

Tests that do not use mocks to isolate components are usually called integration tests. These tests verify the interaction of multiple components or modules of the system together, without substituting dependencies. This allows ensuring that components work correctly in conjunction with each other.