Is there a tool that could be used to generate fake unit test cases automatically for code coverage? (read description before downvoting)

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FsCheck

    Random Testing for .NET

  • https://fscheck.github.io/FsCheck/ can hopefully generate random inputs automatically or with low effort for many methods to get your code coverage up. You don’t even need to write real tests right now, just call the methods with the random inputs and check they don’t fail.

  • Bogus

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

  • In terms of generating test cases, I've come across this before: https://github.com/bchavez/Bogus

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Property-based tests and clean architecture are perfect fit

    1 project | dev.to | 11 Oct 2022
  • When writing unit tests, what exactly am I looking for?

    1 project | /r/learnprogramming | 6 Jul 2022
  • Does anyone know of a good place to learn and practice some F# preferably F# 6 to be able to use Task.

    1 project | /r/fsharp | 10 Dec 2021
  • How Good Are Your .NET Tests? Test Your Tests With Stryker Mutator

    1 project | /r/dotnet | 21 Mar 2021
  • I Created an API to Generate Mock Information

    2 projects | /r/node | 9 Aug 2022