[Unit Testing in .NET Core and .NET Standard](/dotnet/articles/core/testing/)
See how to use unit testing in .NET Core and .NET Standard projects.
[Integration tests](xref:test/integration-tests)
Learn how integration tests ensure that an app's components function correctly at the infrastructure level, including the database, file system, and network.
[Razor Pages unit tests](xref:test/razor-pages-tests)
Discover how to create unit tests for Razor Pages apps.
[Test controllers](xref:mvc/controllers/testing)
Learn how to test controller logic in ASP.NET Core with Moq and xUnit.
Explore how to set up and configure a Visual Studio 2017 ASP.NET Core app, deploy it to IIS using Azure, and attach the remote debugger from Visual Studio.