Microsoft .NET Unit Testing Framework (MSTest)
Is it possible to integrate Hudson with MS Test? I am setting up a smaller CI server on my development …
unit-testing continuous-integration hudson mstestI'm having essentially the same problem as the question linked below, but I cannot seem to get it to work. …
c# automated-tests mstest data-driven-testsI have a project upgraded from Visual Studio 2010 to 2012 and the .testrunconfig file was included in the upgrade process. I …
unit-testing visual-studio-2012 mstest code-coverage microsoft-test-managerI upgraded to Visual Studio 2017 last week. A solution with several test projects using MSTest v1 seemed to be fine …
visual-studio-2017 mstestI know that MSTest doesn't support RowTest and similar tests. What do MSTests users do? How is it possible to …
unit-testing mstest data-driven-tests rowtestI realize there have been a LOT of questions on this topic but somehow I haven't found one that addressed …
unit-testing nunit automated-tests mstest xunitfirst of all I'm new to SpecFlow. I have a feature file which I have / want to automate using MSTest …
c# mstest visual-studio-2012 specflowI'm having trouble getting an XSL file to be copied to the same directory as the test assembly when I …
c# visual-studio mstest deploymentitemI need to know how to tell MSTEST to run all test projects in a solution file. This needs to …
tdd mstest cruisecontrol.net command-promptIt appears that CollectionAssert cannot be used with generics. This is super frustrating; the code I want to test does …
c# .net unit-testing generics mstest