Is BDD alive in C++ ?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • RedisGraph

    A graph database as a Redis module

  • It's also my impression that redis-graph uses Gherkin (the language of Cucumber) while the redis server relies on Tcl for testing. So is Tcl is a valid choice for BDD in C++ ? (redis is C, but any such framework would immediately be transferable).

  • cucumber-ruby

    Cucumber for Ruby. It's amazing!

  • Behavior driven development looks like a good idea and popular frameworks like cucumber have a ton of features and available material ... for other languages that is, since the official site mentions the C++ framework as unmaintained

  • 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
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • It's also my impression that redis-graph uses Gherkin (the language of Cucumber) while the redis server relies on Tcl for testing. So is Tcl is a valid choice for BDD in C++ ? (redis is C, but any such framework would immediately be transferable).

  • gherkin

    A parser and compiler for the Gherkin language. (by cucumber)

  • I would not recommand the C++ version of Cucumber because as you mentioned it's deprecated for a while now. However, if you still want to use the Cucumber syntax, you can rely on the [C gherkin parser](https://github.com/cucumber/gherkin/tree/main/c)

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