...

/

Testing Dependencies with Integration Testing

Testing Dependencies with Integration Testing

Explore how to integrate testing with real infrastructure via Docker and test harnesses.

An application consists of many different components, some of which are external to it. These external components can be other services or infrastructure that must be in place for the application to function properly. ...