Further reading
While the documentation on xUnit included in this chapter is quite complete, it doesn’t include the few configuration options offered by xUnit. The full xUnit documentation is available at https://xunit.net/. Documentation for MSTest and NUnit can be found at https://github.com/microsoft/testfx and https://docs.nunit.org/, respectively.
Full Moq
documentation is available at https://github.com/moq/moq4/wiki/Quickstart.
Here are some links to performance test frameworks for web applications:
- https://jmeter.apache.org/ (free and open source)
- https://www.neotys.com/neoload/overview
- https://www.microfocus.com/en-us/products/loadrunner-load-testing/overview
- https://www.microfocus.com/en-us/products/silk-performer/overview
More details on the Microsoft.AspNetCore.Mvc.Testing
NuGet package and AngleSharp
can be found in their respective official documentation at https://docs.microsoft.com/en-US/aspnet/core/test/integration...