AspNetCore.Docs/aspnetcore/testing/index.md

22 lines
809 B
Markdown

---
title: Test and debug in ASP.NET Core
author: ardalis
description: Links to resources for testing and debugging ASP.NET Core applications.
manager: wpickett
ms.author: riande
ms.date: 11/20/2017
ms.prod: asp.net-core
ms.technology: aspnet
ms.topic: article
uid: testing/index
---
# Test and debug in ASP.NET Core
* [Unit testing](/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
* [Integration tests](xref:testing/integration-testing)
* [Razor Pages unit and integration tests](xref:testing/razor-pages-testing)
* [Test controllers](xref:mvc/controllers/testing)
* [Debug ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
* [Remote debugging](/visualstudio/debugger/remote-debugging-azure)
* [Snapshot debugging](/azure/application-insights/app-insights-snapshot-debugger)