Testing packages

Showing projects tagged as Testing

  • Bogus

    9.3 8.3 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.2 L3 C#
    xUnit.net is a free, open source, community-focused unit testing tool for .NET.
  • AutoFixture

    8.3 4.9 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 9.1 L3 C#
    NUnit Framework
  • Testcontainers

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

    7.8 7.4 L5 C#
    A friendly substitute for .NET mocking libraries.
  • Shouldly

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

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

    7.2 7.5 CSS
    Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).
  • Stryker.NET

    7.0 9.3 C#
    Mutation testing for .NET core and .NET framework!
  • WireMock.Net

    6.7 8.6 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.
  • Compare-Net-Objects

    6.4 7.0 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.
  • FsCheck

    6.4 8.0 F#
    Random Testing for .NET
  • NetArchTest

    6.4 4.6 C#
    A fluent API for .Net that can enforce architectural rules in unit tests.
  • Machine.Specifications

    6.3 4.0 L5 C#
    Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
  • MSTest

    6.2 9.9 C#
    MSTest framework and adapter
  • GenFu

    5.9 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.
  • Fixie

    5.5 9.2 L4 C#
    Ergonomic Testing for .NET
  • ArchUnitNET

    5.4 7.6 C#
    A C# architecture test library to specify and assert architecture rules in C# for automated testing.
  • Expecto

    5.4 6.6 F#
    A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
  • Canopy

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

    4.9 9.3 C#
    C#/.NET test automation framework for web
  • 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
  • Fine Code Coverage

    4.6 9.4 C#
    Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
  • FluentAutomation

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

    4.3 5.6 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/)
  • LightBDD

    4.1 4.9 C#
    BDD framework allowing to create easy to read and maintain tests.
  • SpecsFor

    3.9 0.0 L5 C#
    SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
  • NSpec

    3.9 0.0 C#
    A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.