mstest
Running Dojo DOH tests within mstest
I\'m required to run dojo DOH tests within a MSTest framework.So far I haven\'t found any useful links 开发者_开发知识库except one from Stephen Walter.A requirement is to avoid loading the test into j[详细]
2023-03-13 17:41 分类:问答Is it true that NUnit requires "magic strings" while MSTest does not?
I\'m trying to decide on a unit testing framework. I was just reading this comparison between NUnit and MSTest, and in the example under \"Our Third Test – NUnit\", magic strings are used to refer to[详细]
2023-03-13 08:07 分类:问答How to run the sub directory test list in VSMDI file using command line
I want to run specific sub-directory test list in VSMDI file from command line. for example: sanity -> basic[详细]
2023-03-13 00:25 分类:问答Failed to queue test run ... QTAgent32.exe
After freshly rebooting, I get the error in the title if I attempt to debug even the simplest, most trivial unit test.[详细]
2023-03-12 16:28 分类:问答MSTest: execution order of tests within the same TestClass
I need to enforce TestClass order when executing tests with MSTest. The order of TestClasses and tests within each class can be random, but MSTest should not pick a test开发者_StackOverflow from ano[详细]
2023-03-12 07:51 分类:问答Jenkins MSTest Issue
I have configured Jenkins as the CI for a project which is using Mercurial as the source control management. I\'m using MSTest plugin in Jenkins to see the test results and I have written a bat comman[详细]
2023-03-11 22:35 分类:问答Referring to files in MSTest breaks on Team Build as path different
We have a set of user acceptance tests (written in MSTest) which run fine locally, they\'re referring to some test files which the acceptance tests load in and process.[详细]
2023-03-11 21:30 分类:问答Tools to view code coverage results of MSTest in Jenkins
Are there any tools available to see the MSTest code coverage results in Jenk开发者_StackOverflow社区ins?Here\'s a link to an XSLT that can transform the XML into some nice HTML:[详细]
2023-03-11 17:40 分类:问答Can you set Temporary Environment Variables for MSTest Run Configurations?
I am using MSTest in Visual Studio 2008 with C#. I have a specific environment variable I would I would like to and a path modification I would like to do only during the run of either specific tests[详细]
2023-03-11 12:03 分类:问答VS MSTest runner locks System.Data.SQLite.dll when running in memory tests
I\'m using Fluent NHibernate to run in-memory database tests (MS Test) using SQLite 1.0.66.0: [TestClass][详细]
2023-03-11 11:50 分类:问答