Instruments:
1.Visual Studio 2010
2. Visual tests of the studio module.
History:
We are developing a solution that has several projects , for each project there is a test project. Each test project has its deployment elements that it needs. Therefore, each test project has its own settings. .
Question:
I would like to be able to run all test projects at once in order to get statistics for the whole solution (code coverage, etc.).
Is there a way to do this without merging all test settings with one (this solution can be problematic)?
EDITED
Any other solution for testing the whole solution will be highly appreciated.
source share