Summary
In this chapter, we covered the importance of unit testing as a non-regression or development process. We began with a reminder of good unit testing practices and TDD before exploring the functionalities offered by Visual Studio 2022 to enhance our productivity.
We provided an overview of the Test Explorer view, demonstrating how to manage and organize unit tests. Then, we delved into the new IntelliSense feature, which provides tools to easily add non-regression tests to legacy code bases with minimal effort, freeing our minds for future refactoring. Finally, we learned how to leverage IntelliSense tools and Live Unit Testing to facilitate our TDD experience.
In the next chapter, we will dive deeper into the world of debugging and explore all that Visual Studio 2022 offers for advanced strategies.