2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: Testing and debugging ASP.NET Core
|
2016-11-12 00:28:14 +08:00
|
|
|
author: ardalis
|
2017-05-23 09:35:11 +08:00
|
|
|
description: Links to resources for testing and debugging ASP.NET Core applications.
|
2017-09-21 15:03:27 +08:00
|
|
|
keywords: ASP.NET Core,unit testing,integration testing,controllers,debugging,remote debugging
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
2017-09-29 22:39:36 +08:00
|
|
|
ms.date: 09/29/2017
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 2159536c-ebf7-4ebd-ba85-9cc6a335a295
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-05-23 09:35:11 +08:00
|
|
|
# Testing and debugging ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-01-15 05:59:26 +08:00
|
|
|
- [Unit testing](https://docs.microsoft.com/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
|
2017-01-31 06:35:53 +08:00
|
|
|
- [Integration testing](xref:testing/integration-testing)
|
|
|
|
- [Testing controllers](xref:mvc/controllers/testing)
|
2017-10-20 06:30:51 +08:00
|
|
|
- [Debugging ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
|
2017-05-23 09:35:11 +08:00
|
|
|
- [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
|
2017-09-29 22:39:36 +08:00
|
|
|
- [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)
|