
Testing in .NET - .NET | Microsoft Learn - learn.microsoft.com
4 days ago · This article gives a brief overview of testing concepts, terminology, and tools for testing in .NET.
Testing with 'dotnet test' - .NET | Microsoft Learn
Oct 3, 2025 · Learn more about how 'dotnet test' works and its support for VSTest and Microsoft.Testing.Platform (MTP)
Mutation testing - .NET | Microsoft Learn
Mar 21, 2025 · Learn about the Stryker.net tool for mutation testing, to evaluate the quality of your unit tests.
Get started with MSTest - .NET | Microsoft Learn
4 days ago · The recommended way to create an MSTest project is to use the MSTest.Sdk, an MSBuild project SDK that provides a first-class experience for testing with MSTest. It includes all the …
In-memory Database Provider - EF Core | Microsoft Learn
Feb 18, 2023 · For more information on how to test EF Core applications, see the Testing EF Core Applications. The provider is maintained by Microsoft as part of the Entity Framework Core Project.
Unit testing C# with NUnit and .NET Core - learn.microsoft.com
Nov 15, 2025 · Learn unit test concepts in C# and .NET Core through an interactive experience building a sample solution step-by-step using dotnet test and NUnit.
ASP.NET Core load/stress testing | Microsoft Learn
Aug 8, 2025 · Learn about several tools and approaches for load testing and stress testing ASP.NET Core apps.
Unit testing - .NET MAUI | Microsoft Learn
Jun 6, 2024 · Learn how to unit test a .NET MAUI app using xUnit, to improve your code quality.
Testing applications using MSAL.NET - learn.microsoft.com
May 20, 2025 · Use a framework, like Appium or Xamarin.Test, that provides an automation interface for both your app and the MSAL created browser. MSAL exposes an extensibility point that allows …
Razor Pages unit tests in ASP.NET Core | Microsoft Learn
Oct 17, 2025 · Test concepts and test implementations across different test frameworks are similar but not identical. Although the sample app doesn't use the repository pattern and isn't an effective …