Continuous Testing

Run your tests in the background, while you code.

A better feedback loop!

When saving changes to your code, the test runner automatically runs the tests that are affected by those changes.

Use dotCover's continuous testing features to increase the feedback loop between writing, compiling, and verifying tests in your test suite.

Also available in ReSharper and Rider 💪

See Also


Related Resources

Hot Spots
Hot Spots
Find areas of your code base that may need better test coverage.
Params collection in C#
Params collection in C#
Use the params collection in C# so methods can accept a dynamic number of parameters.
File-scoped namespaces and types
File-scoped namespaces and types
Organize code better and reduce bugs by using file-scoped namespaces and objects.