Testing packages

Showing projects tagged as Testing

  • Bogus

    9.4 7.5 L4 C#
    :card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
  • xUnit

    8.9 9.6 L3 C#
    xUnit.net is a free, open source, community-focused unit testing tool for .NET.
  • Testcontainers

    8.5 9.0 C#
    A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
  • AutoFixture

    8.3 2.3 L3 C#
    AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
  • NUnit

    8.3 8.6 L3 C#
    NUnit Framework
  • Shouldly

    8.3 8.6 L4 C#
    Should testing for .NET—the way assertions should be!
  • Verify

    7.9 9.8 C#
    Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
  • NSubstitute

    7.9 7.9 L5 C#
    A friendly substitute for .NET mocking libraries.
  • NBomber

    7.2 7.6 CSS
    Distributed load-testing framework for .NET. Create distributed load test scenarios entirely using plain C# or F#. It is designed to test any system regardless of the protocol or a semantic model (Pull/Push).
  • Stryker.NET

    7.1 9.1 C#
    Mutation testing for .NET core and .NET framework!
  • WireMock.Net

    6.9 9.2 C#
    WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
  • NetArchTest

    6.7 0.0 C#
    A fluent API for .Net that can enforce architectural rules in unit tests.
  • Compare-Net-Objects

    6.5 4.6 C#
    What you have been waiting for :+1: Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
  • MSTest

    6.5 9.9 C#
    This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
  • FsCheck

    6.4 7.9 F#
    Random Testing for .NET
  • Machine.Specifications

    6.2 3.7 L5 C#
    Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
  • ArchUnitNET

    6.1 8.5 C#
    A C# architecture test library to specify and assert architecture rules in C# for automated testing.
  • GenFu

    5.8 0.0 C#
    GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
  • Expecto

    5.6 7.0 F#
    A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
  • Fixie

    5.5 9.1 L4 C#
    Ergonomic Testing for .NET
  • Canopy

    5.3 0.0 F#
    f# web automation and testing library, built on top of Selenium (friendly to c# also)
  • Atata

    5.0 9.8 C#
    C#/.NET test automation framework for web
  • NBuilder

    5.0 0.0 L2 C#
    DISCONTINUED. Rapid generation of test objects in .NET [Moved to: https://github.com/nbuilder/nbuilder]
  • Fine Code Coverage

    4.9 8.3 C#
    Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
  • BDDfy

    4.9 0.0 L5 C#
    BDDfy is the simplest BDD framework EVER!
  • Rhino Mocks

    4.8 0.0 L5 C#
    DISCONTINUED. Dynamic Mocking Framework for .NET
  • LightBDD

    4.5 5.0 C#
    BDD framework allowing to create easy to read and maintain tests.
  • FluentAutomation

    4.4 0.0 L3 C#
    Simple Fluent API for UI Automation
  • NFluent

    4.3 4.5 C#
    Smooth your .NET TDD experience with NFluent! NFluent is an ergonomic assertion library which aims to fluent your .NET TDD experience (based on simple Check.That() assertion statements). NFluent aims your tests to be fluent to write (with a super-duper-happy 'dot' auto-completion experience), fluent to read (i.e. as close as possible to plain English expression), but also fluent to troubleshoot, in a less-error-prone way comparing to the classical .NET test frameworks. NFluent is also directly inspired by the awesome Java FEST Fluent assertion/reflection library (http://fest.easytesting.org/)
  • snapshooter

    3.9 4.3 C#
    Snapshooter is a snapshot testing tool for .NET Core and .NET Framework