Continuous integration is a broad concepts. The core concept behind continuous integration is to automate source code check-in, build, unit test, and test result. Unit Test is a critical part in this process flow. To automate unit test, we have to configure test projects to run after a success build...