In this chapter, we will cover the following recipes:
- Running live unit tests (LUT) in Visual Studio for unit test projects based on NUnit, XUnit, and MSTest frameworks
- Viewing and navigating live unit test results
- Understanding incremental live unit test execution with code changes
- Understanding start/stop/pause/continue/restart functionalities for fine grained control of LUT
- Including and excluding subsets of tests for live execution
- Configuring different options for live unit testing using the Tools | Options dialog