Showing 964 open source projects for "test"

View related business solutions
  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    The Automation System. A light weight, open automation system to quickly get you started with test automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Suite Tester is an AJAX-driven add-on for the PHP SimpleTest unit-testing tool. The main benefits are conveniently testing an entire application or a single unit in one place, and quickly viewing a suite’s results one unit at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    3A-TRE

    3A-TRE

    3A-TRE evaluates traditionally logical expressions under 3 assumptions

    ...The closed world assumption (CWA) is the assumption that any statement that is not known to be true is false. We distinguish yet another case in software testing. Frequently, there are test stubs which simulate the behaviors of the dependent test modules. In this case, the dependent test modules are always assumed to be true when their results are not available. We call this a stub assumption (SA). 3A-TRE example: echo "CWA: (T and U)" | java -jar PTRE.jar Result: F 3A-PTRE example: (P means possible results) echo "OWA: (T,U and U,F)" | java -jar PTRE.jar Result: U,F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dun and Bradstreet Connect simplifies the complex burden of data management Icon
    Dun and Bradstreet Connect simplifies the complex burden of data management

    Our self-service data management platform enables your organization to gain a complete and accurate view of your accounts and contacts.

    The amount, speed, and types of data created in today’s world can be overwhelming. With D&B Connect, you can instantly benchmark, enrich, and monitor your data against the Dun & Bradstreet Data Cloud to help ensure your systems of record have trusted data to fuel growth.
    Learn More
  • 5
    Blackfire Player

    Blackfire Player

    Web Crawling, Web Testing, and Web Scraping application

    ...Some Blackfire Player use cases: Crawl a website/API and check expectations -- aka Acceptance Tests; Scrape a website/API and extract values; Monitor a website; Test code with unit test integration (PHPUnit, Behat, Codeception, ...); Test code behavior from the outside thanks to the native Blackfire Profiler integration -- aka Unit Tests from the HTTP layer (tm). Blackfire Player executes scenarios written in a special DSL (files should end with .bkf).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This tool will be a cross-platform harness for distributed performance evaluation and test execution. The tool should offer a robust test execution service as well as management of input parameters, results and regression testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Conductor is a Java based, multi-user platform for product agnostic testing. It runs under a web server, contains a UI for test configuration, and contains an optional thin test client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Eris loader is a software load testing tool developed to perform stress & performance tests for applications. It is implemented on oracle adf projects. It can record test scenarios and executes them for multi users on softwares developed by adf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A unit test system for C++ with no dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 10
    The dbcooper project provides extensions to the DbUnit database test project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ...It uses model based testing and code based techniques. It is implemented as ant build command and as a stand alone GUI application. Its main goal is to provide a complete test suite for any given software under test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Incorporate is an integration plugin for the maven build system. It allows developers to test web applications in embedded containers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Portable and adaptable online test reporting system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tool for testing your unit test-cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TestConf is an advanced test development tool for Java software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AgilTestList is a small web tool for specifiy test cases like in TestLink (http://testlink.sourceforge.net/docs/testLink.php) but with maven integration for agil developing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenSTF

    OpenSTF

    Control and manage Android devices from your browser

    STF (or Smartphone Test Farm) is a web application for debugging smartphones, smartwatches and other gadgets remotely, from the comfort of your browser. Project being developed here: https://openstf.github.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A project for a TPC-C implement based C/C++ language.Strictly comply to the TPC-C standard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is an UI to Simpletest. An web UI with use cases and test cases modelling tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    kaustubha is a testing module for IKE protocol. It is designed to allow a user to test any RFC compliant implementation against malformed packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This console permits test and debug network services. You can connect to servers, use the console as server, or create a proxy between a client and a existing server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CUMock or CMock is a mock framework for interaction based unit testing, inspired by JMock. Good for Test Driven Development (TDD) in the C language. Extends CUnit or any other framework with adapters. Self describing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenTCM is open-source test case managment web-application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fitter is a .NET-specific framework modeled after Fit, the Framework for Integrated Tests. It allows you to write your tests in Microsoft Word and also includes a GUI test runner to make running the tests as easy and convenient as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Converting Fit tests automatically to JUnit tests while running. Simply add to your test suite: suite.addTest(FitlessTestStarterSuite.suiteFit("fit/html/input", "fit/output")); You do not need Fitnesse, because your fit tests run in JUnit directly.
    Downloads: 0 This Week
    Last Update:
    See Project