Showing 146 open source projects for "software testing projects"

View related business solutions
  • 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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    Mibew Messenger 1.x
    "Mibew Messenger" - is unique software allowing visitors of your site to chat with your operators. This repo should be treated as an obsolete. For modern version of Mibew Messenger see https://sourceforge.net/projects/mibew/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    phpBB Project

    phpBB Project

    phpBB download manager, mainly aimed at MOD authors

    A download manager for phpBB. Mainly aimed at MOD authors, downloads are divided into "projects", which have their respective categories. Projects may be created by users on a phpBB Bulletin Board. This software is in planning phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    NetworkService

    Networking framework for Java applications

    ...-Files transfer. See how to use NetworkService:- https://sourceforge.net/projects/networkservice/files/NetworkService1.0.0.3/ See other applications using NetworkService: -A search system for PDF files stored on different PCs. https://sourceforge.net/projects/networkservice/files/Example
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sipp is a performance testing tool for the SIP protocol. Its main features are basic SIPStone scenarios, TCP/UDP transport, customizable (XML-based) scenarios, dynamic adjustment of call-rate and a comprehensive set of real-time statistics.
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5

    OpenGGSN

    Gateway GPRS Support Node

    ...It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure. The project also developed an SGSN emulator suitable GPRS core network testing. OpenGGSN is maintained within the Osmocom (open source mobile communications) project. Source code repository is at http://cgit.osmocom.org/openggsn/ Mailing list is at https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs Wiki is at https://osmocom.org/projects/openggsn/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    UPNPLib-mobile

    UPNPLib-mobile

    Java/Android library for port mapping on UPnP routers

    ...Library allows to add new and delete existing port mappings. UPNPLib-mobile is the port of the abandoned UPNPLib project developed by "sbbi". Unlike the original, UPNPLib-mobile intended to be used for Android software development. For more details about original UPNPLib library go here: https://freecode.com/projects/upnplib Big Thanks goes to the original developers of UPNPLib library! Whoever they are.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Seagull is a multi-protocol traffic generator. Especially targeted towards IMS, Seagull supports Diameter (RFC3588 and all applications) over TCP/SCTP and IPv4/IPv6 , TCAP (over SS7 or Sigtran), XCAP over HTTP and Radius.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 8
    Delay Tolerant Networking reference implementation and related projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Skype Bot (Auto Talker)

    An enhanced, userfriendly, programmable chat bot for Skype

    This piece of software, enables the user to have a programable ChatBot. Where most of the tutorials circulating on the internet have their knowlegde base hard coded (obviously for demonstration purposes), here we will see that it is possible to add and edit rules to knowledge base during runtime, and the database is automaticly saved to a file on storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    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
  • 11
    DENRIT

    DENRIT

    Perform anonymous and non-anonymous pentesting.

    ...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!) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    T-DOSE:Technical Dutch Open Source Event
    T-DOSE is a free and yearly event held in The Netherlands to promote use and development of Open Source Software. During this event Open Source projects, developers and visitors can exchange ideas and knowledge. The website for this conference has moved to http://www.t-dose.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MailProbe
    E-Mail monitoring, benchmarking and load testing tool with integrated web UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PHP CRUD

    PHP CRUD

    Create, Read, Update & Delete Indexed Flat-File Records via PHP

    PHP CRUD allows us to quickly add an indexed, record-centric, flat-file, database to our projects. Optional Base64 encoding ensures that newlines & other special characters can be used without penalty. (Today many say that "CRUD" stands for "Create Retrieve Update and Delete." While fine for an SQL mindset, many old-timers got used to the acronym standing for "Create READ Update Delete" way back in the 1970's. Indeed, the term dates back even farther than ISAM. ... See the project web...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Ph_comp

    Image upload software designed for camera club competitions

    Using a simple htaccess security system, enables known members to log in to a website and upload images together with the image titles and other required information. Administrators may then download all the images together with a spreadsheet containing the relevant information about each image. Users of this software may also be interested in using the Flexishow application ( https://sourceforge.net/projects/flexishow/ ) to run a slideshow of the downloaded images using the information from the spreadsheet. Note that new features are no longer being added to this software. An improved version of it is under active development as a Wordpress plugin called "EntryWizard". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Socketer

    Socketer

    A simple socket debugging tool.

    For the Android version: https://sourceforge.net/projects/socketermobile/ Socketer is a simple tool that helps to debug sockets. It has both server and client functionality. When a developer is developing features that requires sockets and network communication often it is really useful to be able to verify that their code is actually establishing the network connection and the code is actually handling data exchange over the network. Socketer can open a server socket on a user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Err

    Err

    err is a plugin based chatbot designed to be easily extensible

    err is a plugin based chatbot designed to be easily deployable, extensible and maintainable. It allows you to start scripts interactively from your chatrooms for any reason: random humour, starting a build, monitoring commits, triggering alerts ... It is really easy to add your own feature. Features Backends support: - XMPP : Tested with hipchat, openfire and Jabber but should be compatible with any standard XMPP servers. - CampFire support - Supports MUCs (chatrooms) -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    POAMS

    Project Organization And Management System

    This database will track all current and past projects, their individual activities, user responsibilities, notes, and other important project functions. It is designed for small to medium sized projects for smaller organizations with a limited budget such as non-profits. Activities will also be created by importing XML/CSV from other project management software such as OpenProject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CafeSip - Look what Java and SIP can do

    CafeSip - Look what Java and SIP can do

    A suite of open-source tools and frameworks for creating SIP apps

    Session Initialtion Protocol (SIP) is widely used for telephone services over the Internet. CafeSip provides a suite of open-source tools and applications for creating customized SIP services and applications using the Java.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Rockbochs PBX

    Rockbochs PBX

    Respins of various open source PBX projects

    This project serves to provide respins of some common open source PBX projects to include additional drivers, functionality, and software not found in the original projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Web Annotation with Fragment Ids

    Web Annotation with Fragment Ids

    Web Annotation - Mark, Comment, Share

    This Projects aims to create a server-client architecture to make annotation of web elements not only possible, but easy to use. The idea for this project has its roots within a practical software study for the module software Engeneering of the Unisversity of Leipzig, Germany. Under the given liscence we want for everyone interested in supporting or further development to do so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Stanzapper

    A Web based XMPP utility to check communication with XMPP server.

    Stanzapper 1.1 Released.. Stanzapper is also available @ http://stanzapper.appspot.com/ Stanzapper is a Web based utility built on HTML and JavaScript that allows creating a session with XMPP server on BOSH and send, receive XMPP stanzas. It's a solution to easily build XMPP stanzas and check the responses of server. This utility can be used to check various XMPP scenarios and use-cases at protocol level. It can be used to test other XMPP applications as well. It's also an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Echomine develops open-source Java software that works with innovative and enterprise technologies. Projects include Echomine Muse and Feridian that provides a simple and easy-to-use API to access Jabber and XMPP networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Software for testing communicaton between PC and device by Wake protocol. Written on Nokia Qt framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB