F[I]RST: [I]solate Your Tests

This lesson will teach the importance of isolating tests by using the SRP principle.

Good unit tests

Good unit tests focus on verifying small chunks of code.

The more code that our test interacts with, directly or indirectly, the more things are likely to go awry.

Get hands-on with 1200+ tech skills courses.