This development tool helps users analyze and visualize programming code directly within the Visual Studio IDE to identify areas that lack proper test coverage.
dotCover
dotCover is a Windows program oriented toward software developers. It contains a unit test runner that supports various common frameworks such as NUnit, MSTest and xUnit. Flexible debugging instruments are provided as well.
Code analysis
You can view detailed information about parts of the code that were called and reached during a session. This is helpful for writing more comprehensive tests to ensure full coverage.
Unit runner
There is an option to perform custom code evaluation directly in Visual Studio. Users are able to obtain real time feedback on the test results. Moreover, it is possible to automatically debug the code to identify and fix common syntax errors.
DotCover seamlessly integrates with various continuous systems like TeamCity and Jenkins. You can incorporate code coverage analysis into complex build processes to streamline the workflow.
Tools for detecting potential memory leaks by analyzing RAM consumption patterns during code execution are included. This functionality allows developers to ensure overall efficiency and stability of their apps.
Features
- free to download and use;
- offers you instruments for programming code analysis and testing;
- there is a powerful debugging module;
- supports integration with multiple third party systems such as TeamCity and Jenkins;
- it is possible to run code evaluations directly in Visual Studio;
- compatible with all modern versions of Windows.