mstest
Get the Output from the MsTest.exe when running through the commandline [closed]
Closed. This question needs debugging details. It开发者_如何学编程 is not currently accepting answers.[详细]
2023-04-13 05:48 分类:问答Why is my Test View in Visual Studio so slow?
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[详细]
2023-04-13 01:11 分类:问答Best Option for Retrospective application of TDD into C# codebase
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[详细]
2023-04-12 13:57 分类:问答new test causes old tests to break, am I doing this wrong?
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[详细]
2023-04-12 10:07 分类:问答How do I Obtain Code Coverage on Assembly after ExportDll has run it through ildasm/ilasm?
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[详细]
2023-04-11 21:43 分类:问答How to execute an application with test results after MSTest?
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.[详细]
2023-04-11 01:19 分类:问答Visual Studio 2010 Load Test Errors
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:[详细]
2023-04-10 18:35 分类:问答MSTest F# - running tests in parallel
Following the guide mentionned here: Using MSTest with F# I managed to successfully run my unit tests.[详细]
2023-04-10 11:13 分类:问答Export test lists in Visual Studio
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.[详细]
2023-04-10 05:57 分类:问答Cruise Control parsing "!" character in NAnt file
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\"[详细]
2023-04-10 05:41 分类:问答