News

In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
In this example, we’ll take advantage of xUnit. Now that our ASP.Net Core Web project has been created, let’s create a test project to write our integration tests.
The first step is to add a new test project to the solution containing the ASP.NET Core project, for example by adding a new xUnit.net Test Project. To get access to the TestServer class, the ...