简体   繁体   中英

Visual Studio 2010 Test Projects

I have a solution with some test projects containing unit tests. When I run all tests, I would like to execute one project at a time, ie, all the unit tests of the first project, then all the unit tests of the second project, ecc. Is it possible with Visual Studio 2010?

What you can do is set multiple startup projects. To do so:

In the Project menu, under Properties , expand Common Properties to select Startup Project . From here you can select Multiple Startup Projects , after which you will be capable of debugging more than one project at once.

Hopefully this helps you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM