I am using this code to convert MSTest code covarage results to XML format , I added reference to Microsoft.VisualStudio.Coverage.Analysis.dll bu there is no class called CoverageInfoManager . I am us
I am using externalized config section for appsettings, to be able to have different ones per developer, like so:
Can I unit test my multi-threaded code using CHESS & MSTest in VS 2010. I tried this 开发者_开发技巧[TestMethod]
When I use MSTest Framew开发者_如何学JAVAork, and copy the code that Selenium IDE generated for me, MSTest doesn\'t recognize [TearDown] and [SetUp]. What is the alternative to this?You would use [Tes
I have a generic factory which caches an instance before return it (开发者_StackOverflowsimplified code):
I want to r开发者_如何学运维un the mstest via command line when i\'m using /resultsfile:\"file_name.trx\" on the second time it will not run because the file is already exist.
I would like to have MSTest (honestly, I\'d take whatever at this point) run my tests post-build, and then if any tests fail, produce the standard file(lineno): message output that Visual Studio recog
I am trying to add th开发者_运维知识库e ability to run selenium tests that belong to a particular category. In our selenium test files I added a test category attribute. Since we have automated testin
I have a class and methods inside it written in C#. I want to run all those 开发者_C百科methods that are marked by a specific attribute (TestMethod attribute). How do I run them using MSTest?
Anyonw knows how? There is a way to put in a data source, but what is the syntax to have the data injected from a amethod?