unit test components and frameworks in dotnet
In unit test we, need these the following components.
Test runners
Unit test framework
Mock framework
Optional Framework
Test runners
For running your test cases,
some examples of test runners …
Read more...