Showing 2019 open source projects for "source testing unit testing"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Quilt is a Java software development tool which measures coverage, the extent to which testing exercises the software under test. It works very well with Ant and JUnit but may also be used in conjunction with other products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JPTC is a tool for testing the performance of Java code. You can run a specific part of the code many times by a different number of Threads. It's written in Java and comes with a Swing GUI for graphical configuration and result representation. If you w
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Scout for WebLogic is a real-time performance monitor for BEA WebLogic Server. Designed for monitoring during performance testing, Scout provides a visual representation of applications, services and resources for all servers in a cluster simultaneously
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The PyJTF supports the test-driven development of Javascript code using tests written in Python. It executes the code under test in the IE environment under Windows (Win32). Allows greater productivity in testing Javascript code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    leJOSUnit is a port of the Java based JUnit framework for testing robotic programs with a very small footprint. leJOS is a Java based replacement firmware (OS) for the LEGO Mindstorms RCX brick that comes with Lego\'s Robotics Invention System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The IntegrationGuard is a small set of Java classes and some start scripts used in conjunction with CVS. This little tool supports the paradigms 'continuous and sequential integration' and 'unit testing' of 'eXtreme programming'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The most complete freely-available mock-object-based Servlet unit testing framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Backpedal is a JDBC driver that can be messaged to roll back all SQL statements issued through it. It is intended to be used in testing scenarios, to allow you return the database to the state it was in before your test case started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sanctum allows you to run virtual servers on your computer so you can test the security of software by actually breaking into it. Developers just create a virtual server image and let hackers download it and try their hardest to find exploits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Note: This project is no longer maintained by me (Glen) or anyone else. I don't need it anymore. Distributed testing framework. Centralized control via Java, ANT, STAF, Postgres, etc. Distributed tests on windows, linux, other clients using STAF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SUnit is the mother of all unit testing frameworks. A public-domain code base, it is available for all current (and even some old) Smalltalk dialects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SysUnit is a JUnit framework for distributed testing, system testing and integration testing. SysUnit is ideal for testing highly distributed software such as clusters of web applications, web services or MOM based software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Anteater is an Ant-based functional testing framework for Web applications and Web services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A unit testing framework, that supports multiple programming languages through back-ends and allows multiple interfaces through front-ends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ServletTesting provides a framework for unit testing servlets. The framework differs from existing solutions like HttpUnit in that it doesn't need actual HTTP connections but relies on implementing stand-alone versions of the javax.servlet API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a HTTP traffic generator for load testing web applications. It is very simple and fast and can simulate client activity on multiple servers at the same time. Supports almost all http methods such as GET, POST, HEAD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Heard of Unit Testing, but not sure how to use them in PHP. The "PHPUnit Cookbook" provides not only step by step instructions, but also all the code required to make it work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A web site testing tool. This is a white box testing tool which uses jakarta HttpClient to hit a series of URLS and performs one of many different tests on the returned content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A plugin to support the development and testing of web applications in Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An unit testing framework (http://www.xprogramming.com/software.htm) to allow unit testing of Products in a real Zope environment, with all the bells and whistles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RvTest is an extension to JUnit that allows for the testing of systems based on TIBCO/Rendezvous. RvTest assists in performing integration, system and performance testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A HTTP-proxy, written in JAVA for the purpose of tracking users. It's main (and at the moment only) use, is to gather data for usability testing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The XMLTester is an open-source platform for system-level testing of message based XML applications, including "Web Services" applications. XMLTester is implemented primarily in Java. Please see www.xmltester.org for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    yakTest is a very lightweight (only a few classes) testing framework in the spirit of JUnit, CppUnit, and others. It emphasizes small-grained test classes and text output in file:line:message format suitable for emacs. A sample test case is included.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB