AspNetCore.Docs/aspnetcore/testing/index.md

22 lines
952 B
Markdown

---
title: Testing and debugging ASP.NET Core
author: ardalis
description: Links to resources for testing and debugging ASP.NET Core applications.
keywords: ASP.NET Core,unit testing,integration testing,controllers,debugging,remote debugging
ms.author: riande
manager: wpickett
ms.date: 09/29/2017
ms.topic: article
ms.assetid: 2159536c-ebf7-4ebd-ba85-9cc6a335a295
ms.technology: aspnet
ms.prod: asp.net-core
---
# Testing and debugging ASP.NET Core
- [Unit testing](https://docs.microsoft.com/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
- [Integration testing](xref:testing/integration-testing)
- [Testing controllers](xref:mvc/controllers/testing)
- [Debugging ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
- [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
- [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)