Photo Gallery

Wednesday, December 13, 2017

Unit Testing in C#



What is Unit Test ?
Unit Test is a type of automated software test that verifies the correct behaviour of a single unit of production code.


Why should we write automated test for our code??
It provide several benefits such as,

Reduce cost of the application
Reduce bugs
Improve software design




Will Update soon...







If you have any questions, post here. Also, provide your valuable suggestions and thoughts in form of comments in the section below.

Thank you !!!







No comments:

Post a Comment