mstest topic

List mstest repositories

fluentassertions

3.8k
Stars
672
Forks
69
Watchers

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 Cor...

SpecFlow

2.2k
Stars
748
Forks
Watchers

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representative...

AspNetCore-React-WebApp

252
Stars
105
Forks
Watchers

ASP.NET Core backend + React frontend + Entity Framework Core + automated testing

testfx

660
Stars
243
Forks
Watchers

MSTest framework and adapter

bUnit

1.1k
Stars
98
Forks
Watchers

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 param...

FsUnit

417
Stars
81
Forks
Watchers

FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.

Ocaramba

274
Stars
129
Forks
Watchers

C# Framework to automate tests using Selenium WebDriver

LightBDD

337
Stars
40
Forks
Watchers

BDD framework allowing to create easy to read and maintain tests.

Meissa

84
Stars
25
Forks
Watchers

Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.

CUnit

44
Stars
7
Forks
Watchers

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)