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.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    ModbusPal - a Java MODBUS simulator
    ModbusPal is a project to develop a PC-based Modbus simulator. Its goal is to reproduce a realistic environment, with many slaves and animated register values. Almost everything in ModbusPal can be customized and controlled by scripts.
    Leader badge
    Downloads: 180 This Week
    Last Update:
    See Project
  • 2
    Sinalgo is a simulation framework for testing and validating network algorithms. It allows for quick prototyping and verification in freely customizable network settings. It is mainly suited for packet-oriented wireless networks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    BenchLab is a Web Application benchmarking framework using real web browsers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    SWARD (System for Weapon Allocation Research and Development) is a testbed for benchmarking weapon allocation algorithms against each other. It is intended for researchers within operations research, information fusion, and related areas.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    YABI93 is an Interpreter for the esoteric programming language Befunge, version "Befunge93". It is written in Java 1.5 and uses Swing for its graphical interface. YABI supports a multilanguage GUI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    Autodrive

    Drives your automation lifecircle gathering information, test & deploy

    Autodrive is written to automate tasks within a large soa installation, ranging from gathering information to a metadata repository, over testing software solutions, and deploying prebuild software artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Data Migration Tool for z/OS
    This software provides a fast way to migrate table or datasets between 2 MVS and Z/OS Mainframes by generating and submitting jobs from a Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    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
  • 11
    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
  • 12
    FormatCheck screens flat files looking for violations in the format of the data. It uses a set of XML files that define the rules for each file format. The Swing front-end allows the user to run the verification, view and print the errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Frc Robot Simulator

    A library that allows programs for a NI CRIO to be run on a computer.

    A simulator that allows programs written in Java for a National Instruments CRIO to be run on a local computer by overloading the libraries provided by WPI. Some things we've fixed since 0.1a: Kinect no longer throws an exception upon instantiation, the Watchdog is usable, array elements can now be edited in the gui, and lots of under the hood reimplementation to replace native methods. DISCLAIMER: this is not like the diamond bullet studios simulation, this only simulates how the hardware would act, so that code can be tested. It is not our goal to provide a program that allows simulation for strategy testing, nor will it ever be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Testing tools source code of the Integrating the Healthcare Enterprise (IHE) PIX and PDQ v3 Integration Profiles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Testing tools source code of the Integrating the Healthcare Enterprise (IHE) Cross-Enterprise Document Sharing for Images (XDS-I) Integration Profile
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JRandO is a test data generator or better test object generator framework. It can be used in JUnit tests or in performance test (for e.g. using JMeter). It may also be useful in anonymization of data or in a simulation environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JUnit Execution & Report Generation Tool

    Runs JUnit Test cases and generate HTML report, keeps past run history

    This tool pulls all JUnit testcases from the class path and run them all. After completion of test case execution it populates the result in database tables. A report tool fetch the result data from database and produce an HTML report. Highlights of this tool - No coding effort is required from developer to integrate existing JUnit test cases. They just need to put their test case folder to the class path - Since it keep the test result data in a database, it can keep history of any number of past execution result. This build is bundled with open source embedded database HSQLDB. User may also use other database or their choice - The HTML report can also include previous run results. Number of last run result to include in report is user configurable - Flexible and de-coupled design
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Random-symbolic constraint solver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Real time micro benchmark multi-lingual suite (RTMB) provides a good way to measure the deterministic quality of hardware, an operating system, or a Java Virtual Machine. RTMB consists of benchmarks in C, C++ and Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SPIZD stands for Stress Probing Invasive Zap Destructor; it's a command-line stress test tool used to determine how many simultaneous (concurrent) connections servers can handle. Protocols: http, pop3, pop3s, imap, imaps, smtp, smtps, ssh, radius.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SeSAm (Shell for Simulated Agent Systems) provides a generic environment for modelling and experimenting with agent-based simulation with a special focus on the easy construction of complex models including dynamic interdependencies or emergent behaviour
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Siafu simulates individual agents and their context, from home to city-wide scenarios. As a developer, you use the API to write your simulation for the purposes of data-set generation, test or visualization, optionally hooking it to your own application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sikulier is a UI automation framework. I does not need any programming language knowledge for automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An open-source desktop application for load/performance testing a web site. It has a very simple UI to configure the load test. The future plan includes transaction support, record, playback and support for load injector agents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SmartTester

    SmartTester

    Test automation framework

    SmartTester is a Java based test automation framework, where you can remotely manage and run tests. Furthermore the framework returns a result file. To use a test against different DUTs you can create multiple datasets with arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.