Showing 1815 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    CppUtx is a unit test framework for C++ based on the article `Cpp Utx Overview` written by Robert DiFalco and some parts of CxxTest. It depends on the standard and the boost library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    With RegExTest you can fully test your regular expressions against a target text. Regular Expression syntax is not so obvious, so a quick test enviroment is really helpful in all situations. RegExTest allows you to use and test grouping functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    A web based environmental modeling tool, allows users to run simulations and test management scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    The welofunc project will develop a load and fuctional test tool for web applications with special focus on J2EE applications. Besides load and functional tests server monitoring will be included (CPU load, memory usage of the J2EE application server)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VarTrack is software to track QA test variations. It uses a SQL-compliant RDBMS, cvs, apache, perl, and php to quickly create test scenarios and their individual variations and allows for tracking of test progress, variation execution, and failures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Long Running Transaction Tester (LRTTester) is data-centric test framework to externalize test cases. The goal is to allow non-programmers to easily generate and run tests. Initial implementation will be written in Java and can be run on any platforms, b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XmlTestSuite helps with the testing of complex web applications. <ul> <li>Tests are written in XML <li>Supports test driven development <li>Separate page structure, data from test steps <li>Test HTML, databases, javascript, xpath </ul>Uses HttpUnit
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    This goes a little further than just generating the JUnit framework template and method stubs. It will also generate code to apply different values to the method under test. Objects can also be defined in a global property file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    Enterprise Web Test allows Java programmers to write re-usable tests for web applications that, unlike HttpUnit, "drive" the actual web browser on the actual platform they intend to support. Tests can be leveraged for functional, stress, reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This plugin gives us the ability to integrate JBoss 3.0.x with Jetty 4.x into IDEA. The objective is to have an easy way to test and deploy web apps. Future versions of the plugin will support the combo of JBoss/Tomcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a unofficial PHP 4.3.2 install .command file. The command file is based on phpmac.com instructions for how to install php. The command does everything from compiling to building a test page and restarting apache for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    The Fault Injection Test Harness provides a uniform mechanism for writing reliable test case to validate a Linux device driver can gracefully handle software and hardware fault conditions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Unit tests-based Genetic Programming in Java. The developer specifies unit tests, and the tool will use GP to evolve software that passes those tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Data-Centric tool for Building Suites of Test Data with XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project provides several Java/JUnit components for automating integration tests from XML scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A test suite that tests for conformance to the ANSI standard for Smalltalk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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: 7 This Week
    Last Update:
    See Project
  • 21
    Repo is a JUnit extension that provides access to a test data repository. It separates test data from code, thus, improving maintainability of test code, allowing to run tests in multiple contexts, facilitating accessibility by multiple developers.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 22
    An object oriented framework that facilitates functional testing of software written in Java. Harness is based on the concept of test cases and uses XML as input/output format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    soup is a helping tool to the development of automated test cases for Swing based GUIs. It intends to provide recording, playing and code generation for GUI's relevant events. With the code generatted, one might use JUnit or JFCUnit to create the approp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XMLProg is a DTD(XMLSchema) for programmers to write Programs in an XML editor (particularily tree editor). Structure cannot be in error due to errant brace, Extreme Programming writing func spec and unit test data first can be enforced. Output can be tra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ArchAngel INC is a web-based community for developers in some Open Source projects based primarily in Joomla! We are now developing some web applications to use directly with Joomla! systems (custom & automatic installers included).
    Downloads: 0 This Week
    Last Update:
    See Project