Top 20 NuGet mstest Packages

Dalmatian Build Tools provides additional functionality to use C# as a build script and release script language. Note: This tool is currently in Alpha and is subject to change.
An open source library for boiler plate unit and integration test functionality
Provides a TestBase class, which wraps MSTest assertions in an TDD/BDD style syntax and provides a chaining mechanism for multiple assertions on the same object. Currently runs on .NET 4.5/4.0/3.5
Provides functionality for unit-testing types and instances of non-public classes and classes with non-public members.
A micro-framework for unit testing class and type declarations.
Deprecated. TestKit for writing tests for Akka.NET using Visual Studio Unit Testing Framework.
Write test cases for BDD, generate the documentation running your tests and keep it tied to your code.
ExceptionAssert for MSTest to test for exception throws
The base class TestFixture provides a registry for test features which are automatically disposed after each test case.
Automated Cleaning Tool, allowing to reduce manual cleanup code in SetUp / TearDown methods used in test projects.
A testing module for PsMake, allowing to execute nunit/nunit3/mbunit/mstest/xunit/dotnet tests with optional coverage check
Test helpers
DataDriven MsTest DataSourceAttribute solution targeting .NET methods using ADO.NET wrapper over .NET IEnumerable methods
Blackbaud UAT KIT Core SDK Classes.
Blackbuad UAT SpecFlow Generator Plugin. Produces bindings with dual signatures enabling that the tests for both MSTest and NUnit compatible runners. Manages chromedriver lifecycle. Based on http://www.baseclass.ch/Contrib/SpecFlowSelenium. See http://...
A set of unit testing utilities to make unit testing a little easier.
Package Description
Base assembly for PageObjectModels
When testing in C# it's not unusual to test instances of a class. The problem we all face is having a place to initialize our objects. 1. Create a field that is initialized and reset on `[TearDown]`? 2. Create a null field that is initialized during `[SetUp]`? 3. Duplicate t...
MSTest extension for data driven tests