Only one TestResult folder with MSTest?
MSTest seems to be creating 25 folders for TestResults, is there a reason for creating 25 and not just 1? If not can I 开发者_开发问答change it to 1?
In Visual studio, go to Tools->Options and look for Test Tools on the left. Under Test Tools, there is a Test Execution option. In there you can change the number of Test Results.
Here's a visual of that process:
http://arcware.net/limit-the-number-of-old-test-results-with-vs2008/
The default is 25.
精彩评论