Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 359 Bytes

UnitTesting

Unit Testing a C# Application using XUnit

What is Unit Testing ?

Unit testing is the process through which units/parts of source code are tested to verify if they work properly

The different types of Tests

  • UnitTest
  • IntegrationTest
  • EndToEndTest

XUnit

xUnit.net is a free and open-source unit testing tool for the .NET Framework