I\'m using MSTest to run some tests (in C#). One of the routines I\'m testing creates a new process and that process often dumps some output stdout. I\'d like to capture that output in the开发者_JAVA技
I have been using MSpec to write my unit tests and really prefer the BDD style, I think it\'s a lot more readable. I\'m now using Silverlight which MSpec doesn\'t support so I\'m having to use MSTest
We have our source code stored in Kiln/Mercurial repositories; we use MSBuild to build our product and we have Unit Tests that utilize MSTest (Visual Studio Unit Tests).
I like to be able to run MSTest in partial trust. This would allow me to configure what the code, that my unit tests call, can and can\'t do.
I am running some unit tests on a WCF service.The service is configured to include exception details in the fault response (with the following in my service configuration file).
The MsTest plugin for Hudson-CI just parses reports for tests that were already run somewhere else. To generate those reports I think I have to alter the MsBuild scripts t开发者_高级运维o force the te
I have found a starting point below, but I worry that I can miss calls to CreateDbBackup() and RestoreDbBackup(). I was hoping that I could write and use an attribute on my tests. Is this possible? Ho
I need to remote debugging some unit tests starting them from my debugger. Even setting the debug properties to remote debugger and setting 开发者_开发百科the application to MSTest with the rigth para
When you run MsTest tests using Visual Studio 2008 or the command line with default options, the binaries are copied to an \"Out\" folder. The same does开发者_如何学运维n\'t happens when you run it wi
I 开发者_StackOverflow社区have the problem with failing TFS build if my drop location is in domain different from TFS server. The error I get is