About 600 results
Open links in new tab
  1. Assess .NET Apps - Azure App Service | Microsoft Learn

    Aug 15, 2025 · Once you've discovered ASP.NET web apps you should proceed to the next step of assessing these web apps. Assessment provides you with migration readiness and sizing …

  2. dotnet test command - .NET CLI | Microsoft Learn

    Sep 29, 2025 · The dotnet test command builds the solution and runs a test host application for each test project in the solution using VSTest. The test host executes tests in the given project …

  3. Migrate .NET Apps to Azure App Service - Azure App Service

    May 1, 2025 · Azure Migrate recently announced at-scale, agentless discovery, and assessment of ASP.NET web apps. You can now easily discover ASP.NET web apps running on Internet …

  4. Testing in .NET - .NET | Microsoft Learn - learn.microsoft.com

    Oct 22, 2025 · This article gives a brief overview of testing concepts, terminology, and tools for testing in .NET.

  5. Azure Migrate application and code assessment for .NET

    Mar 25, 2024 · How to assess and replatform any type of .NET applications with the Azure Migrate application and code assessment tool to evaluate their readiness to migrate to Azure.

  6. Use Microsoft.Testing.Platform in the VSTest mode of

    Apr 11, 2025 · This article explains the integration of dotnet test for Microsoft.Testing.Platform, which is provided by Microsoft.Testing.Platform.MSBuild when running in the VSTest mode of …

  7. 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)

  8. MSTest SDK overview - .NET | Microsoft Learn

    Aug 21, 2025 · You don't need anything else to build and run your tests and you can use the same tooling (for example, dotnet test or Visual Studio) used by a "classic" MSTest project.

  9. Study guide for the Applied Skills assessment lab: Develop an …

    Jan 17, 2025 · This study guide provides a summary of the topics covered in the assessment lab, along with additional resources to help you prepare. Note that the learning path on the …

  10. Integration tests in ASP.NET Core | Microsoft Learn

    Integration tests ensure that an app's components function correctly at a level that includes the app's supporting infrastructure, such as the database, file system, and network. ASP.NET …