Understanding Typemock's UI in Visual Studio

Typemock Isolator integrates with Visual Studio and adds to its UI several different windows:

  1. Test Navigator - Shows the solution's tests status.

  2. Incremental Code Coverage - Let you view in real time how the coverage of your code changes.

  3. Solution Coverage - Shows code coverage for the entire solution.

  4. Suggested Unit Tests - Shows tests that were automatically suggested by Typemock Isolator.

  5. Typemock Insight - Insight gives you a clear grasping of what goes on in your tests.

  6. Icons Within the Editor - Shows you the status of the test/method next to it.

  7. Tests Viewer For a Specific Method - Shows you all the test related to the specific method, and the method coverage.

  8. Preview Of a Specific Test - Shows you a preview of a specific test that you picked from the test viewer, it also shows exceptions (if there is any) .

  9. Coverage Bar Of a Specific Test - Shows you the coverage spread on a specific method.