Top "Mstest" questions

Microsoft .NET Unit Testing Framework (MSTest)

Integrating Hudson with MS Test?

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 mstest
Data driven testing in MSTest - problem with TestContext.DataRow

I'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-tests
How can I disable code coverage / assembly instrumentation in Visual Studio 2012?

I 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-manager
Guidance for running tests using MSTest v1 in Visual Studio 2017 15.8.1

I upgraded to Visual Studio 2017 last week. A solution with several test projects using MSTest v1 seemed to be fine …

visual-studio-2017 mstest
How to RowTest with MSTest?

I 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 rowtest
VS 2013 MSTest vs nUnit vs xUnit

I 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 xunit
SpecFlow: ClassInitialize and TestContext

first 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 specflow
C# DeploymentItem fails to copy file for MSTest unit test

I'm having trouble getting an XSL file to be copied to the same directory as the test assembly when I …

c# visual-studio mstest deploymentitem
How do I tell MSTEST to run all test projects in a Solution?

I need to know how to tell MSTEST to run all test projects in a solution file. This needs to …

tdd mstest cruisecontrol.net command-prompt
CollectionAssert use with generics?

It 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