Category:
Technology
A unit test is a code you can write to test your application code. Your Asp.net core application will not have any knowledge of your test project, but your test project will need to have a dependency on the app project that it's testing.



