Showing 37 open source projects for "test coverage"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 1
    Jazzer

    Jazzer

    Coverage-guided, in-process fuzzing for the JVM

    Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by Code Intelligence. It is based on libFuzzer and brings many of its instrumentation-powered mutation features to the JVM.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Pitest

    Pitest

    State of the art mutation testing system for the JVM

    PIT is a state of the art mutation testing system, providing gold standard test coverage for Java and the jvm. It's fast, scalable and integrates with modern test and build tooling. Faults (or mutations) are automatically seeded into your code, then your tests are run. If your tests fail then the mutation is killed, if your tests pass then the mutation lived. As it is actually able to detect whether each statement is meaningfully tested, mutation testing is the gold standard against which all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ebean

    Ebean

    Ebean ORM

    ... the object graph being used and either automatically tune the query. Docker test containers for all the supported databases. Get 100% test coverage on all the features of the database we use. We can build queries using type safe query beans. IDE auto-complete when writing queries, compile time checking and it's FUN. Optimize queries to only fetch what we need (partial objects). Automatically avoid N+1 via a smart load context.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Code Quality and Security for Java

    Code Quality and Security for Java

    SonarSource Static Analyzer for Java Code Quality and Security

    Hundreds of unique rules to find Java bugs, code smells & vulnerabilities. Sonar static analysis helps you build and maintain high-quality Java code. Covering popular build systems, standards and versions, Sonar elevates your coding game while keeping vulnerabilities at bay. With each Java version, we create dedicated rules so you learn shiny, new features and avoid pitfalls. Consistently find tricky, hard-to-spot issues in your regular expressions. Allow you to effortlessly repair your Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • 5
    HWUT - The Hello-Worldler's Unit Test

    HWUT - The Hello-Worldler's Unit Test

    Software Unit Tests (Language Independent Approach)

    .... Test cases can be generated using the 'gen' mode, and state machine walkers by the 'sm_walker' mode. Over the last decade HWUT has matured towards a full fledged unit test tool for a wide variety of applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    QTest is a perl-based test framework for testing programs written in any language. It supports a "design for testability" mentality, user-defined test coverage, filters, and multithreading support. Includes documentation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    OkDownload

    OkDownload

    A reliable, flexible, fast and powerful download engine

    In fact OkDownload is FileDownloader2, which extends all benefits from FileDownloader and beyond. FileDownloader framework is not easy to write unit-test, it is not a testable framework, so it is not stable enough. The core library of FileDownloader is too complex and not pure enough, so 6K+ star 1K+ fork with around 10 PR. Unit test coverage is very high which means reliable. Simpler interface. Task priority support. Uri file to store output-stream. The core library is Pure and light. More...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    JCrazySuite

    Memory-Leak Detector & Unit-Test Accelerator

    http://garfield-geng.iteye.com/blog/2017199 (1) Memory-Leak Detector (full code branch coverage is mandatory) (2) Unit-Test Accelerator (on your 4/6/8 cpu cores) (3) JCrazySuiteI18N, generate i18n properties file, edit, get i18n object in test classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OovAide

    C++, Java IDE with auto class, sequence, zone, dependency, diagrams

    The OovAide project used to be named oovcde. Searching the web will bring up more information about oovcde at this time. The OovAide project is a C++ or Java analysis IDE for Windows or Linux with an automated multi-tasking build system, cross compiler support, an analysis tool based on CLang that creates UML class, component, sequence as well as zone and portion diagrams from C++ or Java source, static analysis and test coverage. The diagrams allow navigation through the source code...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10

    Advance-PCT-1.0

    A novel Code transformation technique to guide test input generator

    Advance_PCT is a pre-processing technique, that simplifies the complex boolean expression present in a C program. It identifies the boolean expression and creates equivalent conditional branches with an empty body. These additional statements along with original program supplied into test executor to improve test data. It ensures that each atomic conditions have been invoked at least once true and once false. It is done to achieve higher MC/DC, because according to the definition of MC/DC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    unitils-objectvalidation

    Unitils module to test if a object respects your predefined rules.

    Unitils Module - Easy way to test if the object validates all the predefined rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project provides a meaningful way to increase code coverage of your jUnit and TestNG tests. Unit testing Java Beans can be a tedious task. The goal of this project is to provide an automated way to unit test the getters and setters of a class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jumble is a Java mutation tool for measuring the effectiveness and coverage of JUnit test suites.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    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.
    Downloads: 82 This Week
    Last Update:
    See Project
  • 15
    unit test quality analyser

    unit test quality analyser

    JUnit Test Quality Analyser

    Unit test quality is not determined only by coverage but by javadoc and asserts as well. This plugin will act as a guide to developers when writing unit tests. Managers/Leads can also verify the quality of unit tests delivered by developers through it, and hence ensuring that budget is being well spent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    testgeneration

    Generation of test suites from test specifications

    Test suites developed for complex software systems contain thousands of test cases. Keeping track on the test coverage and changing the test suite as the system requirements evolve can consume significant efforts. Testers have to implement or generate test scripts containing thousands of isolated executable test cases. Each single test case should be so simple enough so that test results can be easily evaluated. Often it makes code duplication in the test code unavoidable. If every test script...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Extends Cobertura to measure and report on code covered by unit tests in same package. Also adds improved reporting features, including measuring code coverage against a coverage policy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FishingCNV

    Copy number variation (CNV) detection in exome sequencing data

    FishingCNV, a software tool developed at McGill University, is a tool for comprehensive analysis of rare copy number variations in high-throughput exome sequencing data. The inputs are standard coverage files produced by Genome Analysis ToolKit (GATK), and the output is a file containing putative CNVs. The program comes in 2 different releases * GUI version (FishingCNV_X.X.X.zip) * Command line version (FishingCNV_X.X_pipeline) Browse through our files to find the different releases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    TikiOne JaCoCoverage

    TikiOne JaCoCoverage

    Java (6&7) Code Coverage Plugin for NetBeans, based on JaCoCo

    NetBeans module that provides JaCoCo code coverage (Java7 compatible). For Ant based JavaSE projects. Maven and Gradle support may be added later. WARNING: Binary files have been removed. They're now on a NetBeans update center. Please check https://github.com/jonathanlermitage/tikione-jacocoverage#download-stable-and-dev-builds for details. ~Jonathan Lermitage <jonathan.lermitage@gmail.com>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CodeCover
    CodeCover is a free glass box testing tool that measures statement, branch, loop, MC/DC, ?-operator, and sync- coverage. CodeCover supports coverage reports per each test case. Available languages: Java and COBOL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A plugin for the Eclipse IDE to generate control flow graphs and show coverage information. Supports node, edge, edge-pair and prime path coverage. Based on the Eclipse Control Flow Graph Generator (http://eclipsefcg.sourceforge.net/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    maven-erlang-plugin
    A Maven plugin for Erlang/OTP applications. This project is a rewrite of maven-erlang, by Paul Guyot and Olivier Sambourg with improved support for compilation, testing and release packaging as well as EDoc reporting and test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Coverage Simulator transforms test models. The satisfaction of a weaker coverage criterion on the target model corresponds to the satisfaction of a stronger coverage criterion on the source model. Thus, it supports many model-based test generators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Justus is a tool set for Progress 4GL (ABL) Developers. It includes a simplified parser for 4GL, an API to load Profiler data and a Test Coverage Tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Automatic JUnit Creation Tool
    The Automatic JUnit Creation Tool analyzes java classes to map all possible test branches. The tool then guides users through the generation of a JUnit test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next