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

  • Passwordless Authentication and Passwordless Security Icon
    Passwordless Authentication and Passwordless Security

    Identity is everything. Protect it with Duo.

    It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
    Get a Free Trial
  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • 1
    AceUnit
    AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Voodoo-Mock is a framework for `mock objects' based unit testing in C++. Written in perl, Voodoo-Mock parses C++ code, and generates redirection and mock classes. Voodoo-Mock can be used with test suite frameworks such as CXXTest or CPPUnit. repo now stored @github: https://github.com/shlomimatichin/Voodoo-Mock
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Abbot for SWT is a Java framework that lets you more easily write JUnit tests that target Eclipse-based SWT/JFace UI. It also supports the Eclipse GEF & GMF graphical editing frameworks and has some support for WTP (web tools project) UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AdaptiveCells J2EE generates test-beds for benchmarking J2EE performance. They consists of highly customizable EJB cells that can emulate CPU load, memory usage, memory leaks and exceptions. The behaviour of the cells is coordinated from a web front-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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
  • 5
    C++ unit test framework, allowing you to write tests with minimal effort. Scales to large projects with thousands of tests. Supports suites and running of subsets of tests using globbing to match test names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    IMPORTANT: This project is no longer maintained. All the effort is targeted on project Radargun: http://radargun.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Easy tools suite & framework for fast development Enterprise Application. Quick start sample for using popular open-source projects. Strong Chinese support. ClearWork——中国中小企业快速构建信息系统的框架和复用工具集合。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Concutest is a collection of tools designed to make the development and testing of concurrent Java programs easier and more reliable. Concutest is available under the BSD License and under active development by the JavaPLT group at Rice University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DSL Runner is a framework that provides a easy way to create and run simple DSLs (Domain Specific Language) on Java Virtual Machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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
  • 10
    Dynamic Probe Class Library (DPCL) is an object based C++ class library that provides the necessary infrastructure to allow tool developers and sophisticated tool users to build parallel and serial tools through technology called dynamic instrumentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fasper - Parser Testing Framework
    Fasper is a framework for parser verification, developed using java and antlr. Fasper uses a "golden model" based testing approach and can be integrated with JUnit. Any parser can be verified by using a plugin. For more details about the donors you should visit: www.amiq.com/consulting or www.amiq.com/consulting/blog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IdMUnit is an xUnit automated testing framework for Identity Management solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JAT is a JUnit-like framework for building and running test scenarios for multi agent systems developed in JADE platform. It relies on the use of aspect-oriented techniques to monitor agents’ interactions and to control the test input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A generic system test framework utilizing Spring and Junit. Specialized Junit TestCases use Spring context configuration files to define test actions and action validators, allowing the TestCase to function as an integration / system test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JFT is a java framework for different test data generation using basic test design principles like: Equivalence Partitioning and Boundary Value Analysis. JFT-tcgen is a java console application for generation of the unique test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tools, information, and practices for creating and operating dependable, complex, distributed, software-intensive systems. * Sense - Measure - Analyze - Respond - Optimize * Keywords: Performance Co-Pilot - PCP - PCPMon - Rjobd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Network Traffic Manipulation Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A fully automated database benchmark suite that prints tabular and graphic results for multiple tested disciplines, given JDBC database connections. Some free open source database engines are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PopperFramework

    Declarative PageObject description

    PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. PopperFramework will generate the implementation of that PageObject for you. Key-Goal of PopperFramework is to allow you as a developer of sureface-tests to concentrate on your business => writing PageObjets and Tests, not wasting time by writing boilerplate code. PopperFramework uses WebDriver-API to implement your PageObjects but its API is completly vendor-independent. So when there comes something better than WebDriver you change the implementation of PopperFramework and change to the vendor you need. PopperFramework is highly configurable with a lot of hooks which allow you to customize PopperFramework behaviour to your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SPARKUnit is a unit test framework for the SPARK programming language. It enables developers to create unit tests which can be analysed by the SPARK Examiner. This allows for testing of operations with preconditions and flow analysis of test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    STUBborn C is a tool that allows you to create a module test framework for SW modules developed in C. The framework includes: Stubs needed to link the module; A sample Makefile to build, run tests and check code coverage; Test templates using CUnit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a template application that implements a "conversational" extended persistence context: with Spring and Maven: - Annotation-driven Hibernate mappings - Configuration of the AOP-based service layer - A unit- and integration-test framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SpringUnit is an open source framework for unit and integration testing of Java software. It marries Spring's Dependency Injection container with JUnit's test framework to enable data-driven testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An implementation of the Model-View-Controller (MVC) design pattern based on the Jakarta Struts Framework. Includes a core library (Horizon), a servlet container (Stratus), and a Server Pages Engine (Phase). Resembles the J2EE web container environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Acceptance/regression testing framework based on full screen automation (via terminal emulation) with integrated unit testing engine (standard Ruby test/unit). Moved to: https://github.com/tsc-collection/tsc-act Now part of GitHub's TSC Collection available at https://github.com/tsc-collection
    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.