Alternatives to cloverage

Compare cloverage alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to cloverage in 2026. Compare features, ratings, user reviews, pricing, and more from cloverage competitors and alternatives in order to make an informed decision for your business.

  • 1
    Zuar Runner

    Zuar Runner

    Zuar, Inc.

    Utilizing the data that's spread across your organization shouldn't be so difficult! With Zuar Runner you can automate the flow of data from hundreds of potential sources into a single destination. Collect, transform, model, warehouse, report, monitor and distribute: it's all managed by Zuar Runner. Pull data from Amazon/AWS products, Google products, Microsoft products, Avionte, Backblaze, BioTrackTHC, Box, Centro, Citrix, Coupa, DigitalOcean, Dropbox, CSV, Eventbrite, Facebook Ads, FTP, Firebase, Fullstory, GitHub, Hadoop, Hubic, Hubspot, IMAP, Jenzabar, Jira, JSON, Koofr, LeafLogix, Mailchimp, MariaDB, Marketo, MEGA, Metrc, OneDrive, MongoDB, MySQL, Netsuite, OpenDrive, Oracle, Paycom, pCloud, Pipedrive, PostgreSQL, put.io, Quickbooks, RingCentral, Salesforce, Seafile, Shopify, Skybox, Snowflake, Sugar CRM, SugarSync, Tableau, Tamarac, Tardigrade, Treez, Wurk, XML Tables, Yandex Disk, Zendesk, Zoho, and more!
  • 2
    DoveRunner

    DoveRunner

    DoveRunner

    DoveRunner - the AI-powered next-gen AppShielding solution crafted to enable organizations to prevent mobile app attacks and deal with sophisticated threat landscapes with perfect precision in just 3 simple steps. DoveRunner brings the benefits of DevSecOps to Mobile Apps with a ZERO-FRICTION, ZERO-CODING Approach. Get the best of Defense-in-depth security and regulatory compliance in a single solution for mobile apps DoveRunner is trusted by industries like Fintech/Banking, O2O, Movie Apps, Gaming, Healthcare, Public apps, E-commerce, and others globally.
    Starting Price: $129/app/month
  • 3
    Coverlet

    Coverlet

    Coverlet

    It works with .NET Framework on Windows and .NET Core on all supported platforms. Coverlet supports coverage for deterministic builds. The solution at the moment is not optimal and need a workaround. If you want to visualize coverlet output inside Visual Studio while you code, you can use the following addins depending on your platform. Coverlet also integrates with the build system to run code coverage after tests. Enabling code coverage is as simple as setting the CollectCoverage property to true. The coverlet tool is invoked by specifying the path to the assembly that contains the unit tests. You also need to specify the test runner and the arguments to pass to the test runner using the --target and --targetargs options respectively. The invocation of the test runner with the supplied arguments must not involve a recompilation of the unit test assembly or no coverage result will be generated.
  • 4
    Coverage.py

    Coverage.py

    Coverage.py

    Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. Use coverage run to run your test suite and gather data. However you normally run your test suite, and you can run your test runner under coverage. If your test runner command starts with “python”, just replace the initial “python” with “coverage run”. To limit coverage measurement to code in the current directory, and also find files that weren’t executed at all, add the source argument to your coverage command line. By default, it will measure line (statement) coverage. It can also measure branch coverage. It can tell you what tests ran which lines.
  • 5
    blanket.js

    blanket.js

    Blanket.js

    A seamless JavaScript code coverage library. Blanket.js is a code coverage tool for JavaScript that aims to be easy to install, easy to use, and easy to understand. Blanket.js can be run seamlessly or can be customized for your needs. JavaScript code coverage compliments your existing JavaScript tests by adding code coverage statistics (which lines of your source code are covered by your tests). Parsing the code using Esprima and node-falafel, and instrumenting the file by adding code tracking lines. Connecting to hooks in the test runner to output the coverage details after the tests have been completed. A Grunt plugin has been created to allow you to use Blanket like a "traditional" code coverage tool (creating instrumented copies of physical files, as opposed to live-instrumenting). Runs the QUnit-based Blanket report headlessly using PhantomJS. Results are displayed on the console, and the task will cause Grunt to fail if any of your configured coverage thresholds are not met.
  • 6
    AegisRunner

    AegisRunner

    AegisRunner

    AegisRunner is a cloud-based, AI-powered autonomous regression testing platform for web applications. It combines an intelligent web crawler with AI test generation to eliminate manual test authoring entirely. What It Does AegisRunner takes a single input — a URL — and autonomously: Crawls the entire web application using a headless Chromium browser (Playwright), discovering every page, interactive element, form, modal, dropdown, accordion, carousel, and dynamic state. Builds a state graph of the application, where each node is a distinct DOM state and each edge is a user interaction (click, hover, scroll, form submission, pagination). Generates complete Playwright test suites using AI (supporting OpenRouter, OpenAI, and Anthropic models) from the crawl data — no manual test writing required. Executes those tests and reports pass/fail results with detailed per-test-case reporting, screenshots, and traces. It achieves a 92.5% pass rate across 25,000+ auto-generated tests.
  • 7
    Typemock

    Typemock

    Typemock

    The easiest way to unit test. Write tests without changing your code! Even legacy code. Static methods, private methods, non-virtual methods, out parameters and even members and fields. Our professional edition is free for developers around the world. We also have paid support package. Improve your code integrity and deliver quality code. Fake entire object models with a single statement. Mock statics, private, constructors, events, linq, ref args, live, future, static constructors. Our suggest feature creates automated test suggestions suitable for your code. Our smart runner will run only your impact tests and get you super fast feedback. Our coverage feature displays your code coverage in your editor while you code.
    Starting Price: $479 per license per year
  • 8
    CodeRush

    CodeRush

    DevExpress

    Try your first CodeRush feature right now and see instantly just how powerful it is. Refactoring for C#, Visual Basic, and XAML, with the fastest test .NET runner available, next generation debugging, and the most efficient coding experience on the planet. Quickly find symbols and files in your solution and easily navigate to code constructions related to the current context. CodeRush includes the Quick Navigation and Quick File Navigation features, which make it fast and easy to find symbols and open files. Using the Analyze Code Coverage feature, you can discover what parts of your solution are covered by unit tests, and find the at-risk parts of your application. The Code Coverage window shows percentage of statements covered by unit tests for each namespace, type, and member in your solution.
    Starting Price: $49.99 one time payment
  • 9
    dotCover

    dotCover

    JetBrains

    dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio and in JetBrains Rider, helps you know to what extent your code is covered with unit tests, provides great ways to visualize code coverage, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in applications targeting .NET Framework, .NET Core, Mono for Unity, etc. dotCover is a plug-in to Visual Studio and JetBrains Rider, giving you the advantage of analyzing and visualizing code coverage without leaving the code editor. This includes running unit tests and analyzing coverage results right in the IDEs, as well as support for different color themes, new icons and menus. dotCover comes bundled with a unit test runner that it shares with another JetBrains tool for .NET developers, ReSharper. dotCover supports continuous testing, a modern unit testing workflow whereby dotCover figures out on-the-fly which unit tests are affected by your code changes.
    Starting Price: $399 per user per year
  • 10
    unittest

    unittest

    Python

    The unittest unit testing framework was originally inspired by JUnit and has a similar flavor as major unit testing frameworks in other languages. It supports test automation, sharing of setup and shutdown code for tests, aggregation of tests into collections, and independence of the tests from the reporting framework. A test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions. This may involve, for example, creating temporary or proxy databases, directories, or starting a server process. A test suite is a collection of test cases, test suites, or both. It is used to aggregate tests that should be executed together. A test runner is a component which orchestrates the execution of tests and provides the outcome to the user. The runner may use a graphical interface, a textual interface, or return a special value to indicate the results of executing the tests.
  • 11
    CodeRunner

    CodeRunner

    CodeRunner

    A lightweight, multi-language programming text editor and IDE for macOS. CodeRunner was designed to support all of the most widely used programming languages and run them instantly. The app is configured to run code in 25 languages out-of-the-box, and additional languages can be configured to run by simply entering their terminal command. With over 200 syntax modes, lots of advanced editing features and thoughtful details, CodeRunner will quickly become your go-to editor for any and all kinds of text files. CodeRunner's code completion is the best you'll find in any IDE. Intelligent matching of typed text enables completions beyond single words. Quickly find the right completion among thousands with the extra-fuzzy search algorithm, helpful documentation snippets, and smart ranking of results. Don't clutter your code with print-statements for debugging. Instead, use CodeRunner's built-in debugging features to set breakpoints and step through your code.
    Starting Price: $19.99 one-time payment
  • 12
    Clojure

    Clojure

    Clojure

    Clojure is a robust, practical, and fast programming language with a set of useful features that together form a simple, coherent, and powerful tool. Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic, every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language and features a rich set of immutable, persistent data structures. When a mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system.
  • 13
    ScriptRunner

    ScriptRunner

    ScriptRunner Software GmbH

    ScriptRunner is a platform solution for automation and delegation with PowerShell. Centralizing, standardizing as well as monitoring and controlling multiple workflows effectively relieves IT operations. Administrators and DevOps can use the supplied script libraries, customize them or develop their own scripts. A steadily growing number of well-known companies of all sizes and industries worldwide use ScriptRunner as their leading all-in-one solution for PowerShell. ScriptRunner Software GmbH has been an independent subsidiary of AppSphere AG since 2019. 
  • 14
    Visual Studio Test Professional
    Get access to Azure test plans, part of Azure DevOps, available as a managed cloud service or on-premises. Coordinate all test management activities including test planning, authoring, execution, and tracking from a central location, or from Kanban boards with inline quality features. The test hub gives product owners and business analysts critical insight into progress against the defined acceptance criteria and quality metrics. Run manual tests and record test results for each test step using a toolset optimized for testers. The web-based test runner enables pass-fail results, tracking of test steps, rich commenting, and bug reporting capabilities. Continuous delivery capabilities in Azure pipelines, part of Azure DevOps, make it easier to automate the deployment and testing of your applications in multiple environments. Teams can author release definitions and automate deployment in repeatable, reliable ways while tracking simultaneous in-flight releases.
    Starting Price: $799 per year
  • 15
    Court Runner

    Court Runner

    Court Runner

    An easy-to-use, streamlined app for everyone. From professional legal firms with decades of collective experience to anyone looking to serve legal documents for the first time, we’re Court Runner. Court Runner is a user-friendly application designed to streamline legal document services across Canada, offering process serving, court filing, and skip tracing. Court Runner facilitates the delivery of legal documents to involved parties, ensuring timely and legally recognized service. Users receive notifications upon successful delivery, including time and date stamps, providing transparency throughout the process. The app manages the submission of necessary documents to courts, ensuring they are filed by a clerk and entered into the official record. Users are notified upon successful filing, with access to proof of submission stored within their accounts for future reference.
  • 16
    Bun

    Bun

    Bun

    Bun is a fast, all-in-one JavaScript, TypeScript, and JSX toolkit that ships as a single executable and combines a high-performance runtime, package manager, test runner, and bundler designed as a drop-in replacement for Node.js with broad compatibility and dramatically reduced startup times and memory usage. Written in Zig and powered by Apple’s JavaScriptCore, Bun can execute JavaScript/TypeScript files, scripts, and packages with significantly faster performance than traditional tooling while supporting zero-config TypeScript, JSX, and React out of the box. Its built-in package manager installs dependencies up to 30x faster than npm with workspaces, global caching, migration support, and dependency auditing. Bun’s test runner is Jest-compatible with built-in coverage and concurrent execution, and the bundler processes TypeScript, JSX, CSS, and more without configuration, including support for single-file executables.xx
  • 17
    Launchable

    Launchable

    Launchable

    You can have the best developers in the world, but every test is making them slower. 80% of your software tests are pointless. The problem is you don't know which 80%. We find the right 20% using your data so that you can ship faster. We have shrink-wrapped predictive test selection, a machine learning-based approach being used at companies like Facebook so that it can be used by any company. We support multiple languages, test runners, and CI systems. Just bring Git to the table. Launchable uses machine learning to analyze your test failures and source code. It doesn't rely on code syntax analysis. This means it's trivial for Launchable to add support for almost any file-based programming language. It also means we can scale across teams and projects with different languages and tools. Out of the box, we currently support Python, Ruby, Java, JavaScript, Go, C, and C++, and we regularly add support for new languages.
  • 18
    OpenText LoadRunner Professional
    OpenText™ LoadRunner™ Professional simplifies performance load testing for co-located teams. With project-based capabilities, your teams can quickly identify abnormal application behavior. Supports performance testing for the widest range of protocols and 50+ technologies and application environments. Quickly identify the most likely causes of performance issues with a patented auto-correlation engine. Accurately predict application scalability and capacity with accurate emulation of realistic loads. Centralized project testing allows high-scale tests to run using minimal hardware and seamlessly leverage the public cloud to scale up and down.
  • 19
    Playwright

    Playwright

    Playwright

    Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Playwright waits for elements to be actionable prior to performing actions. It also has a rich set of introspection events. The combination of the two eliminates the need for artificial timeouts - the primary cause of flaky tests. Playwright assertions are created specifically for the dynamic web. Checks are automatically retried until the necessary conditions are met. Configure test retry strategy, capture execution trace, videos, screenshots to eliminate flakes. Browsers run web content belonging to different origins in different processes. Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.
  • 20
    ScriptRunner for Jira
    Unlock the true power of Jira with the only admin app you’ll ever need. Available on Cloud, Server and Data Center. The complete solution to automate, customize, and extend Jira. ScriptRunner gives you capabilities you didn’t know were possible with Jira Software and Jira Service Desk, using the power of Groovy scripting. From automating bulk actions and creating scripted fields, to building bespoke workflows, and 3rd party integrations, ScriptRunner gives every Jira admin superpowers! One app instead of dozens of apps and plug-ins. Model complex business processes using advanced Jira automation. Focus admin resources where they matter and skip the grind of repetitive tasks. Save the time and hassle of writing a complete plug-in with Groovy scripts that just work. Discover how ScriptRunner can turn your Jira instance into all that you ever wanted it to be.
    Starting Price: $0.57 per user per month
  • 21
    FX RiskRunner

    FX RiskRunner

    Outsetnet

    The platform is designed to be the central information portal for the trading desk, aggregating data from external and internal sources, such as ECNs, Price Feeds, and risk/analytics engines. It is specifically designed for traders, risk managers, trade operations and support personnel. Our main product, RiskRunner™, is a premier platform for Risk Management, Analytics, Trade Capture, Position keeping and Straight Through Processing. We specialize in Fixed Income Mortgage and Foreign Exchange products. We also are unique in providing customized FIX protocol solutions for cryptocurrency markets. Its main product, FX RiskRunner™, is a premier platform for risk management, analytics, trade capture, position keeping and straight-through processing in the foreign exchange markets. FX RiskRunner™ is a platform for the front and middle office combining trade capture, position keeping and risk management.
  • 22
    JobRunner

    JobRunner

    Pacific Solutions

    Beginning with the lead pipeline, integration with FloorRight estimation software and efficient bid proposals, JobRunner moves swiftly into work in progress activities such as purchase orders, work orders, change orders and job component management. JobRunner holds a full general ledger offering project billing, accounts payable, WIP reporting and enterprise level drill down financial reporting. The Enterprise Job Cost module is automatically fed with job activity beginning with the contract value and original budget. Cost-to-date accruals and billings area also kept up to date enabling the controller to see a percentage of completion on all open jobs and to see the billings in excess of cost and cost in excess of billings on every project. JobRunner and Enterprise Job Cost reporting eliminate the time-consuming process of compiling WIP reports in a spreadsheet. Project level P&L reporting with detailed cost analysis is also possible with EJC.
  • 23
    Runner AI

    Runner AI

    Runner AI

    Runner AI is an AI-native ecommerce platform that builds, optimizes, and scales online stores autonomously by combining natural-language-driven storefront creation with continuous AI testing and optimization. You generate a full, sell-ready website in minutes by describing your business in plain language, and Runner AI automatically creates your homepage, product pages, layout, SEO content, visuals, and essential ecommerce tools, including upsells, personalized recommendations, smart checkout, promotions, CRM features, analytics, and more, without code, templates, or plugins. Once launched, the platform runs 24/7 automated AB and multivariate experiments on layouts, copy, user flows, pricing, and promotions, identifies winning variations, personalizes experiences to audiences, and continuously increases conversion performance over time.
    Starting Price: $23 per month
  • 24
    ClubRunner
    The award-winning software that delivers the fastest time to value for anyone looking to make an impact to their group, ClubRunner is unlike any membership solution you've seen before. ClubRunner's integrated approach combines all the services you need to successfully connect, engage and grow. Build your web presence, improve communication, engage your members and deliver a better member experience all through one centralized platform. Maintain an up-to-date member directory with photos in a secure members-only area of your site. Each member can keep their profile current. Publish a professional custom website or integrate ClubRunner’s tools into your existing site. Easily add stories, links, photos, videos and documents. Create your own professional online newsletter, customized with reminders and announcements. Distribute your email with just one click!
    Starting Price: $16.95 per month
  • 25
    QUnit

    QUnit

    QUnit

    The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.
  • 26
    Ember.js

    Ember.js

    Ember.js

    Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device. Some of the best development teams in the world have been iterating on their products for years with Ember. With scalable UI architecture baked-in from the start, you'll be working with the same patterns these organizations use every step of the way. Ember’s out-of-the-box experience has everything you need to start building on day one and keep shipping for years. Benefit from our years of experience to help your team be productive—faster. Ember CLI is the backbone of modern Ember apps, providing code generators to create new entities and putting the necessary files in the right place, every time. Ember apps come with a built-in development environment with fast rebuilds, auto-reload, and a test runner!
  • 27
    Magnitude Process Runner

    Magnitude Process Runner

    Magnitude Software

    Drive out tedious, manual, error-prone processes with Magnitude's Process Automation solutions. Easily create, extract, update, and manage SAP data right from Microsoft Excel without writing a single line of code. Magnitude Process Runner makes working with SAP easier and faster than ever before, with automation tools to make executing large, complex data transactions easy, and enabling Microsoft Excel as your SAP data management control center to eliminate repetitive data entry tasks, streamline workflow and dramatically improve productivity. No other SAP automation tool provides the features, simplicity, and enterprise governance and management features of Process Runner. Process Runner is an automation tool that enables data upload and download between Microsoft Excel and SAP, without writing any code or script. It's a much more flexible alternative to automation than LSMW, BDC, SM35, and SHDB solutions.
  • 28
    Scandium

    Scandium

    Scandium

    Scandium is a no-code test automation platform designed to simplify and streamline the creation and maintenance of automated test cases. Tailored for Software Testers, SDETs, Product Managers, and Developers, Scandium transforms software testing by making it accessible, efficient, and collaborative. With features like Scenario Recording, users can easily record website interactions through the Scandium extension, converting them into reusable test steps. It supports both local and remote test executions, enabling tests to be run on local browsers or via the Scandium Cloud Runner. Scandium also integrates smoothly into CI/CD pipelines, supporting platforms such as CircleCI, Jenkins, GitHub Actions, and GitLab. The platform excels in test management, allowing teams to manage, track, and organize testing efforts collaboratively. Scandium even supports Email and SMS Testing, without the need for dedicated inbox environments.
  • 29
    Spock Framework
    Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, RSpec, jMock, Mockito, Groovy, Scala, Vulcans, and other fascinating life forms. Spock Web Console is a website that allows you to instantly view, edit, run, and even publish Spock specifications. It is the perfect place to toy around with Spock without making any commitments.
  • 30
    ReadyRunner

    ReadyRunner

    ReadyRunner

    ReadyRunner is a ChatGPT (GPT-3 and GPT-4) powered AI assistant app that runs on your desktop or the web. Use it to write, code, learn, and be productive. You can set a hotkey, and then access ReadyRunner instantly from anywhere on your system. This means you can ask questions without getting out of the flow of whatever you are working on. Prompts in ReadyRunner are sent as a "system message", which is part of the ChatGPT APIs which is not available in the ChatGPT website, despite being very powerful for influencing the types of responses you get from the assistant. Prompts are like mini tools. You can make prompts for things like translation, summarizing, coding, debugging, characters, etc. Each message you send slides up to the top of the window so that the response can stream down from the top, making it far easier to read than other systems that stream messages up from the bottom.
    Starting Price: $8 per month
  • 31
    Road Runner

    Road Runner

    Cave Creek Software

    Waste Management Software for companies of any size needing scheduling, dispatching, routes and container management capabilities. Road Runner GO has affordable pricing options to meet different business needs which includes mobile applications for IOS and Android devices. With our Road Runner GO dumpster management software you can assign jobs, optimize routes, track the locations of your containers, and see which ones need your service or attention. We provide free training videos on how to configure it, set up jobs, how to use maps, and how to optimize routes. We also offer 24-hour support free of charge and will answer any questions you may have even for demo users.
    Starting Price: $100 per month
  • 32
    Nightwatch.js

    Nightwatch.js

    Nightwatch.js

    Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites, written in Node.js. It uses the W3C WebDriver API to drive browsers and perform commands and assertions on DOM elements. Simple but powerful syntax which enables you to write tests very quickly, using Javascript (Node.js) and CSS or Xpath selectors. Typescript is supported as well. Built-in command-line test runner which runs the tests either sequentially or in parallel, with retries and implicit waits. Also supports grouping of test suites and tags. Manages automatically Selenium or WebDriver services (ChromeDriver, GeckoDriver, Edge, Safari) in a separate child process. Fluent and easy to work with Page Object Model support to better organise elements and sections, with support for both CSS or Xpath selectors.
  • 33
    Runner H

    Runner H

    Runner H

    Runner H is an advanced AI agent designed to automate complex, multi-step tasks, eliminating the need for repetitive manual input. By streamlining cumbersome processes, it enhances efficiency and productivity for users. The platform leverages intelligent automation to handle workflows seamlessly, allowing businesses and individuals to focus on higher-value tasks. With its ability to adapt to various operational needs, Runner H provides a scalable solution for optimizing performance. This AI-driven tool is built to simplify task management and improve overall workflow efficiency.
  • 34
    Nuvelar Digital Signage
    Since 2014 we have created technological solutions to help you reach your audience in a different and innovative way. Offering consultancy, hardware, software and design. We have a cloud platform that facilitates the creation, distribution and administration of content for digital signage networks. We carry out the projects that our clients need to provide memorable experiences. This development seeks to help each runner find the perfect Adidas for their activity. For that, a screen was installed where the system, through five simple questions, defines what type of broker the client is. Once this result is obtained, the panel that contains the shoes for this type of runner lights up.
  • 35
    Istanbul

    Istanbul

    Istanbul

    JavaScript test coverage made simple. Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase. The nyc command-line-client for Istanbul works well with most JavaScript testing frameworks, tap, mocha, AVA, etc. First-class support of ES6/ES2015+ using babel-plugin-Istanbul. Support for the most popular JavaScript testing frameworks. Support for instrumenting subprocesses, using the nyc command-line interface. Adding coverage to your mocha tests could not be easier. Now, simply place the command nyc in front of your existing test command. nyc's instrument command can be used to instrument source files outside of the context of your unit tests. nyc is able to show you all Node processes that are spawned when running a test script under it. By default, nyc uses Istanbul's text reporter. However, you may specify an alternative reporter.
  • 36
    PHPUnit

    PHPUnit

    PHPUnit

    PHPUnit requires the dom and json extensions, which are normally enabled by default. PHPUnit also requires the pcre, reflection, and spl extensions. These standard extensions are enabled by default and cannot be disabled without patching PHP’s build system and/or C sources. The code coverage report feature requires the Xdebug (2.7.0 or later) and tokenizer extensions. Generating XML reports requires the xmlwriter extension. Unit Tests are primarily written as a good practice to help developers identify and fix bugs, to refactor code and to serve as documentation for a unit of software under test. To achieve these benefits, unit tests ideally should cover all the possible paths in a program. One unit test usually covers one specific path in one function or method. However a test method is not necessarily an encapsulated, independent entity. Often there are implicit dependencies between test methods, hidden in the implementation scenario of a test.
  • 37
    LuaCov

    LuaCov

    LuaCov

    LuaCov is a simple coverage analyzer for Lua scripts. When a Lua script is run with the luacov module loaded, it generates a stats file with the number of executions of each line of the script and its loaded modules. The luacov command-line script then processes this file generating a report file which allows one to visualize which code paths were not traversed, which is useful for verifying the effectiveness of a test suite. LuaCov includes several configuration options, which have their defaults stored in src/luacov/defaults.lua. These are the global defaults. To use project specific configuration, create a Lua script setting options as globals or returning a table with some options and store it as .luacov in the project directory from where luacov is being run. For example, this config informs LuaCov that only foo module and its submodules should be covered and that they are located inside src directory.
  • 38
    PathCanary

    PathCanary

    PathCanary

    🛍️ In e-commerce, every minute of a broken checkout equals lost revenue. Most monitoring tools alert you after customers are already frustrated. PathCanary changes that. It runs real browser tests 24/7 (via Playwright), flags anomalies instantly, and can even perform an Assisted Rollback — opening revert PRs/MRs on GitHub or GitLab, or toggling feature flags on LaunchDarkly, Optimizely, or ConfigCat. The result? Hours of downtime reduced to minutes. In one real scenario: without PathCanary, a hidden checkout bug cost ~$15,000 in three hours. With PathCanary, the platform detected the issue in minutes, auto-triggered a rollback, and restored functionality — limiting losses to just ~$580. 🔒 For compliance-driven teams: Self-Hosted Runners, HMAC-signed security, full audit logs, and zero inbound ports. ⚙️ Benefits include 92% faster incident resolution, 80% fewer customer complaints, and dramatically less on-call fatigue. 👉 Turn your production into a self-healing system.
  • 39
    Checkov

    Checkov

    Prisma Cloud

    Verify changes to hundreds of supported resource types in all major cloud providers. Scan cloud resources in build-time for misconfigured attributes with a simple Python policy-as-code framework. Analyze relationships between cloud resources using Checkov’s graph-based YAML policies. Execute, test, and modify runner parameters in the context of a subject repository CI/CD and version control integrations. Extend Checkov to define your own custom policies, providers, and suppressions terms. Prevent misconfigurations from being deployed by embedding it into existing developer workflows. Enable automated pull/merge request annotations on your repositories without having to build a CI pipeline or run scheduled checks. The Bridge crew platform will automatically scan new pull requests and annotate them with comments for any policy violations discovered.
  • 40
    Tenki

    Tenki

    Tenki

    Tenki is one of the best alternatives for GitHub Actions users, offering a faster and more cost-effective replacement for GitHub-hosted runners. Migrate to Tenki bare-metal machines in under two minutes and reduce your costs by up to 50%, while achieving up to 30% faster job execution. With a single configuration change, you can unlock up to 80% better efficiency across your GitHub Actions workflows.
    Starting Price: $0.0015/core/min
  • 41
    Signs.com

    Signs.com

    Signs.com

    Signs.com provides an extensive online platform for designing and ordering custom signage and promotional materials, offering a vast selection that includes vinyl banners (13 oz and 18 oz), mesh and fence banners, feather flags, teardrop and spirit flags, retractable and pop-up displays, yard signs, A‑frame signs, aluminum and plastic signs, foam board, gatorboard, brushed or frosted acrylic fittings, metal and wood prints, canvas and mounted posters, decals (clear, frosted, perforated, permanent), vehicle decals, magnetic signs, window clings, carpet and floor decals, wall decals, lettering, quotes and stickers, postcards, rack cards, brochures, business cards, door hangers, flyers, hang tags, neck gaiters, promotional magnets, stretch table covers, table runners and tents, plus promotional items such as drinkware, notepads, pens, calendars and more.
    Starting Price: $58.03 one-time payment
  • 42
    Cobertura

    Cobertura

    Cobertura

    Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. Cobertura is free software. Most of it is licensed under the GNU GPL, and you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Please review the file LICENSE.txt included in this distribution for further details.
  • 43
    Hoopsalytics

    Hoopsalytics

    Hoopsalytics

    Hoopsalytics makes your box scores come alive. Click a number in your box score - like made shots or rebounds - and instantly see every video sequence where that event occurred. Or click on a player name, and see all the video clips that player appears in. Shots and other events can be detailed - like jumpers, runners, etc. to give useful insights into shot quality. Hoopsalytics makes it easy to track how your different offensive and defensive schemes are working. And you can also quickly click on any stat and see video from those events. You also get Offensive, Defensive and Team stats for each player or an entire team, including adjusted plus/minus, VPS and other valuable metrics. Even better, many stats like shots or turnovers can show details about those events. For example, you can track jump shots, layups, bad passes, shot clock violations, etc.
    Starting Price: $99 per year
  • 44
    KULG

    KULG

    KULG

    KULG is a training tool for recreational runners and coaches, leveraging decades of expertise in running science to integrate recovery and training data with AI-driven insights, empowering runners to train consistently and reach their goals healthily. Build a smarter running routine Stay on top of your training with a clear view of your running volume and frequency over time. Track distance, duration and consistency to ensure steady and sustainable progress. Train smarter, not harder Balance your intensity and avoid overtraining by understanding how much of your running is high-intensity. Make the right adjustments to build fitness sustainably. See your progress in action Gain real insight into your aerobic fitness with pace, heart rate and performance trends. When you run faster with less effort, you know you're improving.
    Starting Price: €5.99/month/user
  • 45
    StrideTrack

    StrideTrack

    StrideTrack

    Ability to enter runner accomplishments on an individual basis, or via bar code scanners, or mobile devices. StrideTrack is an affordable online software application designed to manage school running/mileage clubs. The subscription-based software utilizes bar code scanning technology to streamline the collection of student laps. The StrideTrack system manages the collection, processing, and computation of awards for students. Numerous reports are available for download using the software. By using the software, running club staff workload can be reduced by as much as 80% compared to manual lap tallying. The application is available to organizations and their members that have an active StrideTrack subscription. Increased visibility of school progress to all runners and school administration via the internet, iPhone® or Android® App, or through printed reports. Automatic award calculation and creation of certificates or award cards.
    Starting Price: $25.00/month
  • 46
    jscoverage

    jscoverage

    jscoverage

    jscoverage tool, both node.js and JavaScript support. Enhance the coverage range. Use mocha to load the jscoverage module, then it works. jscoverage will append coverage info when you select list or spec or tap reporter in mocha. You can use covout to specify the reporter, like HTML, and detail. The detail reporter will print the uncovered code in the console directly. Mocha runs test case with jscoverage module. jscoverage will ignore files while listing in covignore file. jscoverage will output a report in HTML format. jscoverage will inject a group of functions into your module exports. default jscoverage will search covignore in the project root. jscoverage will copy exclude files from the source directory to the destination directory.
  • 47
    UndercoverCI

    UndercoverCI

    UndercoverCI

    Actionable test coverage for Ruby and GitHub. Checks and insights to help your team ship healthy code while saving time on PR reviews. Stop focusing on getting to 100% test coverage. Reduce pull request defects by telling when the changed code is untested before it's deployed to production. The CI server runs tests and uploads coverage data to UndercoverCI. That's the only required post-install setup step! We scan the PR diff and verify local test coverage for each updated class, method, and block because an absolute percentage check is not enough. Reveal untested methods and blocks, find unused code paths, and improve your test suite. Install UndercoverCI's hosted GitHub App or explore the Ruby gems family. Fully-featured GitHub App code review integration with quick setup for your organization. The UndercoverCI project and related Ruby gems are entirely open-source and free to use locally and in your CI/CD workflows.
    Starting Price: $49 per month
  • 48
    JSCAST

    JSCAST

    Valans

    The closest to reality results in all your casting processes such as sand casting, pressure die casting, investment casting, lost foam, and tilt casting is now in Turkey with JSCAST® casting simulation. With its proven results, JSCAST® guarantees your success in casting. In JSCAST®, you can use all processors in your computer (CPU) at no additional cost. With our tried-and-true approach to casting and process design, we offer brand-new techniques as well as known rules to support your competition in today's global market. In the designs you create with JSCAST® casting simulation; forming a casting with the correct geometry to adapt to the flow of the liquid metal; optimal runner, runner gates, overflows, cooling or thermal regulation line placements; if needed, use of squeeze pin, vacuum channels or placement of vent holes and chiller in iron casting; you will be profitable by deciding from the very beginning the improvements.
  • 49
    Deeplearning4j

    Deeplearning4j

    Deeplearning4j

    DL4J takes advantage of the latest distributed computing frameworks including Apache Spark and Hadoop to accelerate training. On multi-GPUs, it is equal to Caffe in performance. The libraries are completely open-source, Apache 2.0, and maintained by the developer community and Konduit team. Deeplearning4j is written in Java and is compatible with any JVM language, such as Scala, Clojure, or Kotlin. The underlying computations are written in C, C++, and Cuda. Keras will serve as the Python API. Eclipse Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Apache Spark, DL4J brings AI to business environments for use on distributed GPUs and CPUs. There are a lot of parameters to adjust when you're training a deep-learning network. We've done our best to explain them, so that Deeplearning4j can serve as a DIY tool for Java, Scala, Clojure, and Kotlin programmers.
  • 50
    VectorCAST

    VectorCAST

    VECTOR Informatik

    VectorCAST is a comprehensive test-automation suite designed to streamline unit, integration, and system testing across the embedded software development lifecycle. It automates test case generation and execution for C, C++, and Ada applications, supports host, target, and continuous-integration environments, and offers structural code coverage metrics to help validate safety- and mission-critical systems. It integrates with simulation workflows such as software-in-the-loop and processor-in-the-loop, links to model-based engineering tools like Simulink/Embedded Coder, supports white-box testing features like dynamic instrumentation, fault injection, and test harness generation, and can combine static-analysis results (e.g., from Polyspace) with dynamic test coverage for full-lifecycle verification. Key capabilities include linking requirements to tests, managing and reporting coverage across configurations.