About 398 results
Open links in new tab
  1. Cmdline tool vstest.console.exe throws UnitTestIsolationException and ...

    Apr 23, 2019 · Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

  2. How can I create a database during a unit test for integration testing ...

    Jun 21, 2023 · I want to write some unit/integration tests to test areas of my application that involve database access. I'm using EF5 "database first". My solution also includes a SQL Server project, …

  3. how do I make a test project for an existing solution?

    Nov 3, 2014 · (2)Similarly, The Visual Studio Unit Testing is also used to discuss the unit test issues. (3) The Testing with Visual Studio Test Manager (MTM) is used to define and manage your test plans …

  4. Creating a visual studio unit test project from command line

    Mar 21, 2016 · But now, I'm stuck with compiling and executing the test cases as I have to create a unit test project in visual studio to do the same. Is there some way through which I can create a visual …

  5. System.MissingMethodException when runing unit test

    Oct 12, 2012 · In VS IDE, we are trying to detect unit tests presence in the live pre-compiled code, based on Visual Studio Code Model. It is possible that some of your unit tests do not have the …

  6. Visual Studio 2012 Unit testing native c++ crashes due to stack overflow.

    Aug 9, 2017 · My ultimate goal is to perform analysis on code coverage on all paths as if you are running executable with arguments. So, I wanted to give a try by setting up an unit test that resembles the …

  7. Unit Testing projects with data files - social.msdn.microsoft.com

    Nov 5, 2010 · My unit test project references the TestMeProject, but when I run the unit tests, it does not copy the Data\ subdirectory or the files. It seems silly to make a DeplyomentItem () for each file. I just …

  8. Is mstest unit testing framework being deprecated?

    Feb 13, 2019 · According to doc, Coded UI Test and load test are deprecated since VS2019 preview. But that doesn’t extend to include mstest unit testing framework. As we can see from pictures below: …

  9. Static constructor is called only once when Nunit same test method is ...

    Nov 9, 2015 · When I attach with Nunit to debug my testcase, for the first time static constructor is called and test method passed.

  10. Using Visual Studio to do Code Coverage on gtest unit tests for native ...

    Mar 3, 2015 · I have been looking at unit test code coverage tools for the last 2 weeks, evaluating them for our specific needs. The last one I would like to evaluate is Visual Studio's own code coverage for …