Showing 715 open source projects for "quality"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    qAccept is a tool to automate acceptance testing for your C++ project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The easy path to Fitnesse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A headless HTTP(S) browser written in Java that can be used by any client wanting to simulate browser functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project creates a WatiN Page class (or classes) mirroring a .Net aspx page (or pages). It encapsulates finding html elements on a page and gives you a typed pages API to easily create your website integration tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    A simple automated software testing framework. Provides a remote script execution environment driven by a web service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A suite of tools that allow paralell running of unit tests under junit 4.x series. Abandoned project, because these features have been added to junit as of 4.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project has been relocated at http://code.google.com/p/recipientexceptions/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RCPATS is a toolkit to support writing of Perl scripts to exercise GUIs constructed on the Eclipse RCP using SWT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SQL Spelunk

    SQL Spelunk

    Tools For Testing SQL

    A toolbox for testing SQL. Currently, SQL Spelunk includes code coverage analysis and calling stored procedures in a rolled-back transaction from SQL and JUnit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10

    Wiggly

    .NET Application Configuration Tools

    Wiggly is an extensible C# library providing tools that ease configuration woes across your application and build processes. For example, it can provide a unified view of all the properties you might care about for a set of related applications. Wiggly can also be integrated directly into your applications. Visit the Wiki page for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Http performance testing tool, designed to be flexible and run on multiple platforms. Providing GET/POST requests, automatic cookies and scriptable input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A bundle of tools for fault injection and -experiments with scope on the emulation of programming faults. Software faults are introduced in the sources of Java applications and can be toggled during runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Test Connect provides monitoring and trend tracking of memory, CPU, etc. on kernel level code on multiple platforms. Used with every build Test Connect can provide insight into how code is behaving, or misbehaving, with system resources or memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JMeter+ is a set of custom test elements for JMeter, the testing tool developed as a subproject of the Apache Jakarta project. JMeter+ contains additional control elements such as enhanced loops, XML data files and try-catch-finally constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Log4JUnit aims to help the testing (using JUnit assertions and test cases) of legacy code that gives a train on the log files it creates, and is, appart from that not very testable (due to missing sources, not testable design, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Full Glassbox Testing Suite will improve the power of JUnit by allowing users to check if their features are following their required flow. The idea is similar to jMock but relying on real objects instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    unobtainium

    Obtain the unobtainable: test code covering multiple platforms

    Unobtainium wraps Selenium and Appium in a simple driver abstraction so that test code can more easily cover: - Desktop browsers - Mobile browsers - Mobile apps The gem also wraps PhantomJS for headless testing. Some additional useful functionality for the maintenance of test suites is also added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FlashTestXpress is a tool to help on performing repeated tests of applications using Oracle as a database backend. Thus it can be used in regression testing scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Open Source Bug Tracking software written in PHP / MySQL. The goal is that developers using it will only ever have One Task at any given time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Grails based Bug tracking system. Intended for quick and dirty web based bug tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    grenadilla is a lab resource reservation system. It handles booking machines in a lab or server room. grenadilla is written in python, and leverages django.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WebappServiceFixture is a fixture library for SOA or distributed Web applications testing. It generates REST or xml requests, invoking web application calls, such as SOAP/REST/Simple Xml, and verify response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Performance and load testing framework. We aim to create a testing tool for web applications that can simulate large numbers of concurrent users without mucking around with threads, and thus allow us to perform rate-based testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Assumed you have a project and want to write Tests. The classical way is to write tests by hand. With JUnitRecorder you can just record them. As first step you instrument the project in a way that parameter and return values of methods are recorded. With
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Measure how directly your classes are tested by JUnit. Unlike traditional code coverage tools, PEA considers and measures whether the code covered ran as a direct call from a test, or indirectly via chained calls.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo