Closed. This question needs debugging details. It开发者_如何学编程 is not currently accepting answers.
I have VS 2010 Ultimate with ReSharper, Reflector, and SpecFlow extensions. I use SpecFlow in one of my test projects along with WebDriver for automated UI testing. I am now approaching about 400 indi
I have an existing framework consisting of 5 C# libraries, the framework is well used since 2006 and is the main code base to the majority of my projects. My company wishes to roll out TDD for reasons
I have a unit tests that test if the first name of a baby is not supplied then don\'t save the baby, and another that if the first name is supplied then save should be c开发者_运维知识库alled. I did r
I\'m using a post-build step on my C# assembly to expose a function signature from my dll.This step uses the ExportDll tool from http://www.codeproject.com/KB/dotnet/DllExport.aspx.However, if I run m
Anyway to have my project run a application after the test batch finished? I was hoping to add a <Target> but was unable to find anything.
I setup a web performance test and it runs fine.But when I run it in a load test scenario, all the runs fail.I don\'t understand why, I\'m getting all kinds of errors like:
Following the guide mentionned here: Using MSTest with F# I managed to successfully run my unit tests.
I have an application for which I am maintaining multiple versions. So, fo开发者_JS百科r that I have multiple versions of solution. I created test lists to group some unit test cases in one solution.
I have Cruise Control configured with a task to run a NAnt script, which runs an MSTest suite.MSTest allows me to specify test categories 开发者_StackOverflow社区so I want to specify \"!Integration\"