Top "Mstest" questions

Microsoft .NET Unit Testing Framework (MSTest)

Equivalent of assert.warning in mstest?

is there a MsTest Equivalent of Assert.Warning in MbUnit ?

c# unit-testing mstest mbunit
Failed to initialize client proxy: could not connect to vstest.discoveryengine.x86.exe

Before, I was able to run the unit tests of a particular project under Visual Studio 2013 just fine. This has …

visual-studio mstest
How to integrate NUnit tests into a TFS 2010 build

What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a …

nunit mstest tfsbuild generic-test
What is the difference between MSTest.TestAdapter vs MSTest.TestFramework and when do I need which one?

What is actualy the difference between MSTest.TestAdapter vs MSTest.TestFramework and when do I need which one? In the …

c# .net unit-testing visual-studio-2017 mstest
Visual Studio 2013 is unable to open the Test Window

When I open Visual Studio 2013 and load my solution I'm greeted by an error message telling me the Test Window …

unit-testing visual-studio-2013 mstest visual-studio-test-runner
Problems with data driven testing in MSTest

I am trying to get data driven testing to work in C# with MSTest/Selenium. Here is a sample of …

c# selenium automated-tests mstest data-driven-tests
Assert.Inconclusive and IgnoreAttribute

What is the right way to use Assert.Inconclusive and IgnoreAttribute in MS Unit test framework? We are using Assert.…

.net unit-testing resharper mstest tfsbuild
What is the relative path root of DeploymentItemAttribute?

Using MSTest, what is the relative path root of the DeploymentItemAttribute.

.net unit-testing mstest deploymentitem
MSTest executing all my tests simultaneously breaks tests - what to do

Ok, this is annoying. MSTest executes all of my tests simultaneously which causes some of them to fail. No this …

configuration mstest