Quite often I have unit tests using MSTest for code that is in a GAC deploy assembly. Typically on my development machine I also have a version of code deployed to the GAC. This results in an issue wh
MS Test is killing me. It is so slow compared to NUnit.I am stuck with it because I need to be able to get Test Results into TFS easy.(Plus it works better with Pex and I am using that too).
We\'ve web application developed using MVC2. I am recording webtests for all views in our web app. I\'m using VS2008 test edition installed on separate machine for these webtests.
I\'ve been looking for a definitive web resource to help with this, but no luck so far. So, how do I run unit tests as part of a TFS build? I have a number of questions for this, so to make it easier
This question concerns a general unit test technique with a potentially very useful wide range of applicable scenarios. But it is easier to understand with an example to illustrate my question better.
I\'m trying to find good comparison about performance of mstest(VS 2008) and nunit(newest). I have found only articles about features, not examples about times of execution :/
Has anyone tried to replace NUnit tests with MS T开发者_运维问答est, and would be willing to share any tips or points about the complexity?I was considering this, but I have a lot of tests, so outside
I\'ve made an \"ordered test\" in VS 2008 which executes 4 tests.One of the TestMethod tests it runs has several writeline statements, like this:
I\'m trying to write some tests for an MVC application we\'re developing. We have a BaseController class that contains the following:
I have a weird problem while building VS2010 solution incl. unit tests on a Team Build 2008 server. It builds the solution and also can run the test without an error, but after running the test I get