mstest
There are 205 repositories under mstest topic.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
microsoft/testfx
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
fsprojects/FsUnit
FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
LightBDD/LightBDD
BDD framework allowing to create easy to read and maintain tests.
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
fluentassertions/fluentassertions.analyzers
Analyzers based on the FluentAssertions best practices docs
AutomateThePlanet/Meissa
Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
GHPReporter/Ghpr.Core
Easy-to-use .NET Html QA Reporting framework (Core repository)
dotnet-campus/CUnit
CUnit is short for Contracted Unit Test which means you only specify the contracts of a method then you can get the unit test results of the contracts. (或者你也可以称 Chinese Unit Test)
Avanade/UnitTestEx
UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.
NightAngell/SignalR_UnitTestingSupport
Easy to use, small, SignalR Core unit testing support with NUnit, xUnit, MSTest and Moq. It`s also possibility to use it with custom testing engine. (Docs ready to use)
macro187/testrunner
A console MSTest runner
akamud/FakeItEasy.AutoFakeIt
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
dotnet-labs/ApiControllerIntegrationTests
Integration Tests for API Controllers using MSTest
jenkinsci/dotnet-sdk-plugin
Jenkins plugin for using a .NET SDK (and its dotnet executable) as a global tool.
pvlakshm/Samples
Sample code for various features
samuel-oldra/TestesUnitarios-MSTest
🟣 Testes Unitários com Visual Studio
LambdaTest/MSTest-Selenium-Sample
Run test automation on cloud with MSTest and LambdaTest. This is a sample repo to help you execute NUnit framework based test scripts in parallel with LambdaTest automation testing cloud
LudovicDubois/SmartTests
Smart Tests is a library and a Visual Studio Analyzer to simplify Unit Testing
GivePenny/GherkinSpec
True .NET Standard Gherkin test adapter
managedcode/EnvironmentDetector
Library that provides a simple way to detect whether your code is running in a test environment or not. It currently supports detecting MSTest, NUnit, and xUnit test frameworks.
Jadhielv/unit-testing-with-dotnet-core
Unit testing C# with MSTest and .NET Core
Bungalow64/DBConfirm
A C# testing framework to write and run tests for logic within SQL Server.
jenkinsci/mstestrunner-plugin
MSTest Runner is Jenkins-CI plugin for running MSTest assemblies
mdzzaman/Unit-Test-CSharp
Unit Test C#
pvlakshm/MSTestEx
MSTest V2 Test Framework Extensions
yasu-s/CoverageConverter
Visual Studio Coverage Converter
alanmacgowan/WebApplication
Sample Application for CI/CD using Jenkins
BaylorRae/Let.cs
Add convention to your unit tests.
dhq-boiler/boilersE2E
Support your E2E testing
grimmerk/algorithms-vscode
All are written in Python 3. Some also have Go, JavaScript (Node.js), C#, C++ versions. Include test cases. To be convenient, often not follow Python pep8 snake coding style. IDE: VS Code & Atom. Include data structures, LeetCode problems. Convenient debugging by VSCode Setting
h4mu/GraphVisualization
Graph processing and visualization using Neo4j, QuickGraph, WCF, WebApi and Vis.js
javiertuya/selema
A multi-platform, multi-framework Selenium Test Lifecycle Manager on Java and .NET. Automates the WebDriver instantiation and configuration, providing an unified test log, clues for debugging and integration with CI platforms and Browser services
ctrf-io/dotnet-ctrf-json-reporter
A MSTest, Nunit, XUnit JSON test results reporter that follows the CTRF schema
javiertuya/dotnet-test-split
Splits dotnet test trx files into separate junit xml files like those generated by maven surefire report plugin. The trx files can be generated from MSTest, NUnit or Xunit.