Running unit tests after local build with Visual Studio 2010
问题 Using Visual Studio 2010, is there a way to run all unit tests in a solution automatically after building the solution locally? 回答1: You could record a macro to do it. In the macro, you would run the build and then start the unit tests. Then you could just run the macro to do it all in one step. Check Tools->Macros for more details. EDIT You can also record keyboard shortcuts for the macros, and I think you can use existing key sequences, such as CTRL-SHIFT-B for build. So if you wanted to