Microsoft .NET Unit Testing Framework (MSTest)
I am having Issues debugging unit tests in visual studio. I can run them fine from test explorer. The issue …
.net visual-studio-2012 mstestI would like out QA team to be able to run SpecFlow tests. I would like them to be able …
nunit mstest specflowAccording to this schema VS2010 Premium and Ultimate has a tool for checking Code Coverage - together with a few …
visual-studio-2010 nunit mstest code-coverageHow can I run a list of tests using vstest.console.exe? The .vsmdi format offered a way to specify …
visual-studio mstest vstestI am writing some unit tests in Visual Studio 2010. I can run all tests by using "Run all Tests in …
visual-studio-2010 visual-studio unit-testing mstestI noticed a change in one of our solutions in VS 2015 today. It seems the test projects that are generated …
c# unit-testing visual-studio-2015 mstest visual-studio-2017I have a few tests that need to be fed with external data from excel files. The files are included …
mstest teamcityI'm using a custom runsettings file to control what projects are inspected for code coverage. I used the default template …
unit-testing visual-studio-2012 mstest code-coverage visual-studio-test-runnerIn NUnit we use TestFixtureSetUp what is the equivalent test in MSTest? Thanks
mstestI have been trying to get SonarQube working with a simple dot net app. I have had some success getting …
sonarqube code-coverage mstest vstest