I have ReSharper 5.0, Visual Studio 2008, and my tests are written using MSTest. I have hundreds of tests in a project. There\'s something wrong with my production code that I\'m trying to run and it
I want to perfor开发者_开发技巧m TestCleanup in my unit tests but I need to pass a parameter to the clean-up method. But since the default TestCleanup is called automatically I am not able to pass any
My test has a file as output.I would like to see that 开发者_开发问答file in the output window for my test (i.e. if I right click on a completed test and select: View Test Results Details).Make sure y
We are setting up a Team City build se开发者_运维知识库rver. On previous VS 2008 projects a full version of Visual Studio has been installed on the build server.
I have a开发者_高级运维 Controller that call HttpContext like: [Authorize(Roles = \"Administrador\")]
I\'m using scaffolding to dynamically generate UI tests with MS Test and Selenium.I\'ve generated the selenium tests just fine and want to generate .orderedtest files to order the test.
I\'ve got a solution that includes an assembly for utility functions, and an MSTest project for testing those functions.One of them depends on a DLL, which by magic is copied to the correct test outpu
I have Visual Studio 2010 Ultimate but it looks like mstest is not available: there are no mstest templates at \"Add new item\" and I see no reference to Microsoft.VisualStudio.QualityTools at \"Add r
I get the following error: Error 1Method \'DoFoo\' in type \'MyNamespace.GenericFooClass_Accessor`1\' from assembly \'MyLibrary,
I\'m using MSTest under Visual Studio 2010 to test an ASP.NET MVC 3 project. I have a SQL Express 2005 DB that I\'d like it to use and I want a fresh instance of the DB every time, copied from a templ