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
Find areas of your code base that may need better test coverage.
Use collection initializers
Update and initialize items in old collection declarations
Rename refactoring
Would a variable by any other name read as clearly?