How do you test ASP.NET Core apps?

Testing is done using tools like xUnit, MSTest, and NUnit, with built-in support for unit, integration, and functional tests.