Chapter 8: Testing in Solution Architecture
In the previous chapter, we learned about how to secure an ASP.NET web solution. We also highlighted some key security recommendations to protect our web application programming interface (API), along with security best practices when it comes to hosting on Azure.
In this chapter, we will become familiar with the most common testing types you need to know, and when to use them.
In this chapter, we will cover the following topics:
- Highlighting key testing principles
- Learning about the main types of software testing
- Exploring testing in Azure
By the end of this chapter, you will have learned about the various types of software testing that we can apply to test our software solution, with the aim of finding errors and then fixing them. We will also learn how to check whether the software works properly and whether it meets the requirements defined during the early stages of a project. We will also explore the testing...