vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. (by microsoft)

Vstest Alternatives

Similar projects and alternatives to vstest

  1. coverlet

    Cross platform code coverage for .NET

  2. ReSharper

    ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.

    ReSharper logo
  3. vstest-docs

    Discontinued Documentation for the Visual Studio Test Platform.

  4. MSTest

    8 vstest VS MSTest

    This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework. (by microsoft)

  5. qest

    A simple, cross platform, command line tool to test MSSQL procedures

  6. Tyrannoport

    🦖 For processing TRX files into something more enjoyable 🦖

  7. List-of-Testing-Tools-and-Frameworks-for-.NET

    ✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET

  8. Fine Code Coverage

    Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. UWP Community Toolkit

    Discontinued ARCHIVE - New Repo: https://aka.ms/toolkit/windows

  11. coyote

    Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.

  12. vs-clove-unit

    CLove-Unit Test Adapter for Visual Studio

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vstest alternative or higher similarity.

vstest discussion

Log in or Post with

vstest reviews and mentions

Posts with mentions or reviews of vstest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-14.
  • How to get XUnit v3 to work with Test Explorer in VS Code
    1 project | dev.to | 1 Jun 2026
    These problems seem to stem from the fact that xUnit v3 uses the new Microsoft Test Platform (MTP) which is a replacement for the older VS Test platform, but C# Dev Kit extension in VS Code - which is responsible for discovering tests in a C# test project and providing these to the Test Explorer window - does not work properly with MTP (yet!).
  • How to Speak Directly in Robinhood?
    1 project | news.ycombinator.com | 9 Sep 2024
  • Can you talk to people on Robinhood?
    1 project | news.ycombinator.com | 9 Sep 2024
  • Pressing CTRL+C while reading user input (Console.ReadLine) has a weird issue.
    1 project | /r/csharp | 22 Jun 2022
    Another commenter in your first post linked you to a bug report. The original bug was a sporadic one with dotnet test. But commenters added more reliable cases, and cases for other dotnet commands.
  • Why does VSTest put the output of data collectors to GUIDed subdirectories?
    2 projects | /r/dotnet | 14 Jun 2022
    However, I am hesitant to do so. Whenever it seems I have to fight the tools that are provided for me this is a likely sign that I’m Doing Things Wrong because of some fundamental misunderstandings and misassumptions on my part. I did some digging and found that VSTest by design forces the placement of data collectors’ output into GUIDed subdirectories, see Coverlet documentation, Coverlet issue #500 and VSTest issue #2378. That this is forced by design reinforces my worries that I’m doing something counterproductive.
  • Integrating VSTest
    3 projects | /r/dotnet | 7 May 2022
    I've had success creating my own logger by following this guide on the vsdocs github. Nowadays you don't have to deploy the assemblies for the custom logger to the vs install folders. vstest will scan the build output directory for assemblies that match the specified pattern, *.testlogger.dll. You can also specify the path for custom test adapters either from the command line or a runsettings file using the TestAdapterPath option (this is only available since v15.1 but you mentioned you've tried the html logger and I think that's much newer than v15.1). If you get stuck with the implementation you can try referring to vstest's own loggers: htmllogger, trxlogger.
  • Pick your class
    1 project | /r/ProgrammerHumor | 26 Jan 2022
    IMO it's just held back by its ecosystem. NuGet doesn't integrate nearly as well with library source as Maven/Gradle/etc, and stuff like this makes it feel like a second-class citizen for CI.
  • Banging my head against a wall, any one here ever get intimate with Microsfot.NET.Test.SDK?
    1 project | /r/csharp | 11 Jan 2022
    But going to have to dig in deep tonight, it seems that answer to what I seek is probably hidden somewhere in this repo: https://github.com/microsoft/vstest/ and the ITestDiscovery discovery process.
  • A note from our sponsor - ReSharper
    www.jetbrains.com | 7 Jun 2026
    ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide. Learn more →

Stats

Basic vstest repo stats
8
958
9.3
2 days ago

Sponsored
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com

Did you know that C# is
the 11th most popular programming language
based on number of references?