Browse free open source Java Software Testing Tools and projects below. Use the toggles on the left to filter open source Java Software Testing Tools by OS, license, language, programming language, and project status.

  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 1
    Maven 2 FIT plugin. Execute a FIT test suite within the Maven 2 build lifecycle as part of the 'test' phase. Produce the resulting HTML to the generated site. Optionally fail build if any integration test fails.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Android Auto Tester utilizes Android's monkey runner and hierarchy viewer to automatically traverses the hierarchy of an Android application's GUI and simulates user inputs from the host side, without accessing the application's source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is for android UI testing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    small & symple disassembler, resource unpacker and flowchart graphical editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BeCover is a Java code coverage tool based on source-code analysis. The main goal is to keep it small and fast, so using it as a plugin in the common IDE's can be achieved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Beanfix is a testing framework based on JUnit 1.5 Java Beans and Ant. Writing tests focuses on composing fixtures instead of coding test class methods. Test writers are encouraged to write abstract tests first, allowing specialization by others later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Bruto

    formula driven testing framework

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The C'it (Continuous Integration and Testing) project (say "see it!") is a set of services to increase the perception of the evolving software, letting you easily implement continuous integration at its best.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Runtime concurrency analysis for Java. Instruments your Java app at run time, and monitors field access, synchronization and locking, to verify concurrent access is safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ClassReach is a utility to identify unused Java classes and methods. Once identified, such things can be removed from the code, hopefully simplifying the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cornucopia generates testdata for SQL databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CubicProject aims to be a project management web application for agile software delvelopment. It is higly adjustable and focuses on usability and integration with other tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    D-Cog (Declarative-Cognition) is a Java based framework for training software components (reusable, object-oriented, interface-driven components). Instead of programmed, software components are trained by example to get the expected results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DENRIT

    DENRIT

    Perform anonymous and non-anonymous pentesting.

    DENRIT allows remote administration of anonymous networks (TOR, I2P and FreeNet). Also, contains a pentesting module to execute commands using a selected anonymous network, pentesting with TOR or TCP Follows a client/server model with well-defined communication interfaces. SSH is used to allow remote clients to access the machine and manage any anonymous network that is installed there, plus allows penetration testing anonymously (or non-anonymously) using tools such as Metasploit Framework, nmap, nikto, among others. The list of supported applications will grow as the project progresses. Until now, this project is under development and is very unstable (and some features aren't included). But I've been developing constantly and I think that soon this software will become stable and very useful to pentesters, hackers and researchers (I hope so!) Well, you can see the wiki page and the presentation exposed in the download section if you want more information about this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Denvir is an environment diagnostic library. It should be used by application start-up to check its requirements (for example the right JDK). If a problem occurs, Denvir will provide possible solutions to the end-user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Quite useful library for code diagnosis. As for now it can measure time of working for simple blocks of code, but features like loop or counters are developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Eclipse plugin for using google unit test (gunit)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EJB3checker is a static code analyzation suite for the EJB 3.0 technology. It checks the correct combination of annotations and declarations for entity and session beans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Enterprise JUnit Beans 3 is a JUnit extension framework that allows regular JUnit tests to test Entities and Session Beans from the EJB 3.0 spec with Dependency Injection for the test classes and running on standalone EJB3 containers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    EpiT Basic - Automation Testing Tool

    EpiT Basic - Automation Testing Tool

    Automation testing tool for generating test cases from java codes

    Most software development will use a standard software development life cycle (SDLC). In SDLC, four phases are involved during development of any system. They are analysis, design, implement and testing. During testing phase, test cases are used in order to test the functionalities of the system developed. Test cases are generally extracted from the source codes manually. This paper presents an alternative approach to automate the process of generating the test cases by developing an eclipse plug-in tool. The plug-in tool will be able to generate the test cases automatically from the source codes by examining its line of code (LOC). The plug-in tool is an open source software to help the software developers generate the test cases for their system that they developed. It will help to ease the problems for software developers to come up with test cases manually as well as to check the system functionalities whether it meets the users’ requirements or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fake Java Database Connection - fake JDBC objects for unit testing. A full implementation of the JDBC interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project will develop and deploy a measurement science-based performance and conformance testing framework to enable real-time factory floor monitoring and optimization of manufacturing applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Testing classes to extend usage of JUnit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gguth Grammar Unit Test Harness - A comprehensive test generator for antlr grammars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.