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 12.1 – Online-only material
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 StackOverflow 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.
Exercise 12.2 – Practice exercises
Exercise 12.3 – Test your knowledge
Answer the following questions. If you get stuck, try googling the answers, while remembering that if you get totally stuck, the answers are in the Appendix:
- What is a MUT?
- What...