Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 11.1 – Online-only material
For a good official overview of all types of testing with .NET, view the following link:
https://learn.microsoft.com/en-us/dotnet/core/testing/.
You can learn more about integration tests in ASP.NET Core at the following link:
https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests.
You can review common questions about ASP.NET Core and integration testing on Stack Overflow at the following link:
https://stackoverflow.com/questions/tagged/asp.net-core+integration-testing.
You can learn more about testing web services using dev tunnels at the following link:
https://learn.microsoft.com/en-us/aspnet/core/test/dev-tunnels.