New posts in mstest

MsTest ClassInitialize and Inheritance

TestInitialize vs ClassInitialize

Why does this assert throw a format exception when comparing structures?

How can I reset an EF7 InMemory provider between unit tests?

Visual Studio Unit Testing: SetUp and TearDown

How do I check "no exception occurred" in my MSTest unit test?

Problems with DeploymentItem attribute

VS 2010 Test Runner error "The agent process was stopped while the test was running."

MSTest copy file to test run folder

Can I use mstest.exe without installing Visual Studio?

Is it possible to execute code once before all tests run?

How can I get "Copy to Output Directory" to work with Unit Tests?

Does MSTest have an equivalent to NUnit's TestCase?

How can I write output from a unit test?

Where is the "Create Unit Tests" selection?

How can we run a test method with multiple parameters in MSTest?

Why does TestInitialize get fired for every test in my Visual Studio unit tests?

Your project does not reference ".NETFramework,Version=v4.6.2" framework. Add a reference to ".NETFramework,Version=v4.6.2" in the "TargetFrameworks"

Unit Testing: DateTime.Now

How to deal with long-running tests in MSTest