2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-01-11 03:58:43 +08:00
|
|
|
title: Test and debug in 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.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-12-03 01:06:50 +08:00
|
|
|
ms.date: 11/20/2017
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2017-12-03 01:06:50 +08:00
|
|
|
uid: testing/index
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-01-11 03:58:43 +08:00
|
|
|
# Test and debug in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-12-03 01:06:50 +08:00
|
|
|
* [Unit testing](/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
|
|
|
|
* [Integration testing](xref:testing/integration-testing)
|
|
|
|
* [Razor Pages unit and integration testing](xref:testing/razor-pages-testing)
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Test controllers](xref:mvc/controllers/testing)
|
|
|
|
* [Debug ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
|
2017-12-03 01:06:50 +08:00
|
|
|
* [Remote debugging](/visualstudio/debugger/remote-debugging-azure)
|
|
|
|
* [Snapshot debugging](/azure/application-insights/app-insights-snapshot-debugger)
|