FsCheck VS sharpfuzz

Compare FsCheck vs sharpfuzz and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
FsCheck sharpfuzz
11 1
1,132 349
0.9% -
8.1 6.5
12 days ago about 2 months ago
F# C#
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FsCheck

Posts with mentions or reviews of FsCheck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-19.

sharpfuzz

Posts with mentions or reviews of sharpfuzz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-16.
  • When do you consider your unit tests be "enough"?
    4 projects | /r/dotnet | 16 Jun 2021
    Because of the above I've generally been using tools like Stryker.NET and FsCheck to augment my testing suite. I'm still doing unit testing to find the more obvious "I haven't had my coffee, let's make sure I'm doing what I think I'm doing" bugs. I'm just using things like mutation testing, property testing, fuzzing, etc. to find the deeper issues in my code. There's a ton of libraries out there, including one that I've built for myself to help with testing but FsCheck and Stryker are just beautiful. And if you're interested in fuzzing, SharpFuzz is a great option. But that one isn't quite as easy of an on ramp compared to the other two that I mentioned.

What are some alternatives?

When comparing FsCheck and sharpfuzz you can also consider the following projects:

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

Stryker.NET - Mutation testing for .NET core and .NET framework!

Bogus - :card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.

AFLplusplus - The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

Expecto - A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!

LibAFL - Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...

Fluent Assertions - 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.

libfuzzer - Rust bindings and utilities for LLVM’s libFuzzer

hedgehog - Release with confidence, state-of-the-art property testing for Haskell.

wtf - wtf is a distributed, code-coverage guided, customizable, cross-platform snapshot-based fuzzer designed for attacking user and / or kernel-mode targets running on Microsoft Windows and Linux user-mode (experimental!).

Moq - Repo for managing Moq 4.x [Moved to: https://github.com/moq/moq]

Fuzzing101 - An step by step fuzzing tutorial. A GitHub Security Lab initiative