Friday, October 26, 2018

Getting Started With Unit Testing Using C# And xUnit

Unit Testing is a software testing approach which performs at the time of the development to test the smallest component of any software. It means rather than testing the big module in one go, you test the small part of that module. A small component in the sense, it could be any function, any property or any class which is handling the specific functionality.

source https://www.c-sharpcorner.com/article/getting-started-with-unit-testing-using-c-sharp-and-xunit/

No comments:

Post a Comment