About 50 results
Open links in new tab
  1. testing - Exporting Test results from Test Explorer Window in Visual ...

    Aug 19, 2024 · Exporting Test results from Test Explorer Window in Visual Studio 2022 Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 921 times

  2. c# - Run specific unit test in Visual Studio - Stack Overflow

    Jul 9, 2019 · Is there a way to say, "For now, run a single, specific test?" I'm using Visual Studio 2010 with the built-in unit test system. I create tests by right-clicking any code and selecting "create unit …

  3. Is there any way to automate windows forms testing?

    Visual Studio 2019 is the last version where Coded UI Test will be available. We recommend using Selenium for testing web apps and Appium with WinAppDriver for testing desktop and UWP apps.

  4. testing - Visual Studio Code test sidebar button disappeared - Stack ...

    Apr 13, 2021 · In Visual Studio Code, the test button on the left, the one that looks like a flask, has disappeared on my machine. I tried to run the command "Test: Run All Tests", but I get a message …

  5. How can I stop the Visual Studio Test Runner when a test hangs

    When a test hangs in a loop, the small green progress bar in the test runner does not proceed, but there is no way to stop the test run. Or is there? VS 2013 Edit: This occured when using the XUnit

  6. c# - Where to find "Microsoft.VisualStudio.TestTools.UnitTesting ...

    Launch the Visual Studio Installer with administrative privileges If it prompts you to install updates to Visual Studio, do so before continuing When prompted, click the button to Modify the existing …

  7. How to mock objects in C# using Visual Studio Unit Testing framework …

    Nov 24, 2019 · I have moved to developing applications in C# from Java. I came across the Visual Studio unit testing framework provided by Visual Studio, and another framework called NUnit. Which …

  8. Unnecessary project rebuilds when unit testing in Visual Studio

    Apr 14, 2014 · I'm using Visual Studio 2013 Premium Edition with ReSharper 8.2 and the latest updates, the projects in our solution file are in C#. Update To clarify - the first line in the output window does …

  9. unit testing - How can I test for an expected exception with a specific ...

    May 29, 2013 · Visual Studio Test can check for expected exceptions using the ExpectedException attribute. You can pass in an exception like this: [TestMethod] …

  10. Setup/Configuring unit-testing with google test in C++ using Visual ...

    Aug 16, 2022 · Setup/Configuring unit-testing with google test in C++ using Visual Studio 2020 Asked 3 years, 5 months ago Modified 2 years ago Viewed 4k times