Integration Testing for .NET Developers
Learn how to write .NET integration tests that are fast, reliable, and production-ready.
Course introduction
Exploring the starter project files
Running .NET integration tests
Using the WebApplicationFactory
Adding database support with Test Containers
Using fake configuration settings
Seeding test data with AutoFixture
Mocking authentication
Adding storage support with Test Containers
Mocking external services with NSubstitute
Testing workers and Service Bus integration