Unit Testing a C# Application using XUnit
Unit testing is the process through which units/parts of source code are tested to verify if they work properly
- UnitTest
- IntegrationTest
- EndToEndTest
xUnit.net is a free and open-source unit testing tool for the .NET Framework