Abstract [ Documentation]
An overview of the testing tools available in Visual Studio:
| Tool | Description | Availability |
|---|---|---|
| Test Explorer | Create, manage, and run unit tests | All editions All code |
| Live Unit Testing | Executes unit tests automatically and in real time as code changes are made | Enterprise edition .NET code |
| IntelliTest | Automatically generates unit tests and test data | Enterprise edition .NET Framework |
| Code Coverage | Determines what portion of a project’s code is actually being tested | Enterprise edition All code |
| Microsoft Fakes | Isolate code under test from other parts of the application | Enterprise edition .NET code |