What is a Test Project?
Test projects are standard Visual Studio projects that are specifically created to contain tests. Test projects enable users to draw a clear line between shipping development code versus code that is used for quality assurance. Additionally, test projects enable a general manner of organizing tests from a test development standpoint.