Showing results for MVC applications - .NET Blog

Mar 5, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Functional testing of MVC applications

Daniel Roth
Daniel Roth

For ASP.NET Core 2.1 we have created a new package, Microsoft.AspNetCore.Mvc.Testing, to help streamline in-memory end-to-end testing of MVC applications using . This package takes care of some of the typical pitfalls when trying to test MVC applications using TestServer. Create a test project To try out the new MVC test fixture, let'...

ASP.NETASP.NET Core