mstest
Convert MSTest code covarage results in to XML
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[详细]
2023-03-11 05:41 分类:问答Conflict of externalized appSettings config section (using configSource) and mstest
I am using externalized config section for appsettings, to be able to have different ones per developer, like so:[详细]
2023-03-10 20:06 分类:问答MSTest + CHESS in VS 2010
Can I unit test my multi-threaded code using CHESS & MSTest in VS 2010. I tried this 开发者_开发技巧[TestMethod][详细]
2023-03-10 05:21 分类:问答What would be an alternate to [TearDown] and [SetUp] in MSTest?
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[详细]
2023-03-10 00:57 分类:问答Generic factory: cache vs. repetitive instantination
I have a generic factory which caches an instance before return it (开发者_StackOverflowsimplified code):[详细]
2023-03-09 17:12 分类:问答How to force mstest result to overide the results file when running the test from command-line
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.[详细]
2023-03-09 01:18 分类:问答Can I get automated MSTest testing with VS2010?
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[详细]
2023-03-08 19:59 分类:问答MS Build v4.0.30319 complains about mstest.exe "/category:" switch
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[详细]
2023-03-08 06:53 分类:问答How to customize MSTest.exe?
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?[详细]
2023-03-08 01:22 分类:问答MSTest - data drive ntest from a method?
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?[详细]
2023-03-07 18:18 分类:问答