Too much manual input!

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

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
  • cucumber-ruby

    Cucumber for Ruby. It's amazing!

  • It's a custom built "framework" that uses all the tools the big guys use but without any of the cost they demand. Which means we can make it bark like a dog if we want to. We use Cucumber for our test scripts, that gives us a clean and easily readable format that everyone from the CEO to Mike from Canmore can write, we use TestNG to package those test scripts and run them in parallel using a class that extends AbstractTestNGCucumberTests, we trigger the executions with xml files. Everything is packaged by maven and that allows us to execute on the command line (in a relatively clean way) and that allows us to easily execute the framework using something like Jenkins pipelines. We've also set up profiles in our POM.xml file so we can pass parameters on the command line and execute a specific test: something like mvn clean test dTest=TEST-1408 dPlatform=android dVersion=13 dbrowser=chrome. Or we can say something like mvn clean test dFull and that will test every regression test we have against every platform we support. These command line parameters are used to fill in the folder names of paths to the specific file.

  • 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

  • Symfony 7 vs. .NET 8 - same-same but different?

    1 project | dev.to | 3 May 2024
  • Top 10 GitHub Repositories for Python and Java Developers

    21 projects | dev.to | 3 May 2024
  • Release Radar ยท April 2024 Edition: Major updates from the open source community

    12 projects | dev.to | 3 May 2024
  • AsyncAPI: a practical look

    2 projects | dev.to | 3 May 2024
  • Git tracks itself. See it's first commit of itself

    1 project | news.ycombinator.com | 3 May 2024