Testing

Make sure code behaves as expected.

Testing and test-driven development is an important part of professional coding. ReSharper and Rider come with a friendly user interface for writing and running tests, using frameworks as xUnit, NUnit, and MSTest.

See Also