Showing 346 open source projects for "graphical user interface"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
    Learn More
  • CRM for Nonprofits | Virtuous Icon
    CRM for Nonprofits | Virtuous

    Virtuous is the responsive fundraising platform proven to help nonprofit organizations increase generosity by serving all donors personally

    Virtuous gives you the nonprofit CRM, fundraising, volunteer, and marketing tools you need to create more responsive donor experiences and grow giving.
    Learn More
  • 1

    EPUB Test Suite

    Tests of EPUB e-book format

    A suite of tests for e-book readers that support the EPUB e-book format. Basic HTML with CSS, as well as EPUB inclusion of raw image files, table of contents navigation, and font embedding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A simple test framework, for test-driving UI interaction code for small devices (gadgets) on a PC. The UI interaction code must be written in C or C++. The framework itself is written in C/C++ using wxWidgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    wxImage is a testbed application for the wxWidgets bitmap image class of this name. The application is a doc/view/mdi GUI app, capable of doing [very few] operations on the image and do bitmap file format conversions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DrJava

    DrJava

    A lightweight programming environment for Java

    DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.
    Leader badge
    Downloads: 1,029 This Week
    Last Update:
    See Project
  • The Modern, Flexible, and Easy-to-use LIMS Icon
    The Modern, Flexible, and Easy-to-use LIMS

    For Laboratory Managers, Laboratory Directors, Laboratory Techs, Laboratory Operations Staff

    Run your entire lab more efficiently with our highly configurable and flexible LIMS. Automate your workflow to process more samples, generate reports faster, and grow your laboratory.
    Learn More
  • 5

    megatest

    Run tasks/tests, get trustworthy pass/fail info rolled up

    Distributed test running system. build for running simulations, quality assurance or similar where you need to run a large number of tests. Supports dependencies, iteration, disk space management and log file analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    yaesc

    yaesc

    Yet Another Elasticsearch GUI Client

    Elasticsearch Desktop GUI client. An IDE to create and test your queries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Koarse Grind (formerly Coarse Grind)

    Koarse Grind (formerly Coarse Grind)

    Test Automation framework intended for coarse-grained testing

    Koarse Grind has been rewritten in Kotlin (hence the 'K'). It is now part of the Hoodland Open Source Projects, the code for which may be found here: https://github.com/william-hood/Hoodland-Open-Source-Projects __________________________________ Test Automation framework for C#/Java with an integrated web-based user interface. It is intended for larger-grained testing of an installed & configured product, rather than unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CitLab

    CitLab

    Combinatorial Interaction Testing Laboratory

    Although the research community around combinatorial interaction testing has been very active for several years, it has failed to find common solutions on some issues. First of all, there is not a common abstract nor concrete language to express combinatorial problems. Combinatorial testing generator tools are strongly decoupled making difficult their interoperability and the exchange of models and data. In this project, we propose an abstract and concrete specific language for combinatorial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    jlwuit

    Middleware with a high level of abstraction of the graphic system.

    Middleware with a high level of abstraction of the graphic system, or intended to embedded systems that require graphics acceleration but dont have hardware for this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • #1 most used AI tool for advertising Icon
    #1 most used AI tool for advertising

    Generate ad creatives that outperform your competitors.

    Generate conversion-focused ad creatives in a matter of minutes, while staying on brand. Test more creatives while decreasing time spent on the design process, and get up to 14x better conversion and click-through rates with our unique AI.
    Learn More
  • 10

    Cutter

    A unit testing framework for C and C++

    Cutter is a Unit Testing Framework for C and C++. Interface of Cutter is easy to write and easy to debug your code.
    Leader badge
    Downloads: 21,013 This Week
    Last Update:
    See Project
  • 11
    linux process explorer
    Project continued at github, see https://github.com/wolfc01/procexp/blob/master/README.md Graphical process explorer for Linux. Shows process information: process tree, TCP IP connections and graphical performance figures for processes. Aims to mimic Windows procexp from sysinternals, and aims to be more usable than top and ps, especially for advanced users. Audience for this tool: * Advanced system administrators trying to analyze on process level what is going on in a production...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    Selenium Developer Assist

    Selenium Developer Assist

    Selenium developer utility is to assist selenium java developers

    Selenium developer utility is developed to assist selenium java developers with functionalities that can help in design and maintenance phase. There are three major features, 1. Object Scan 2. Object Locator 3. Fiddle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FoxNuke

    FoxNuke

    A Proffesional Stress-Testing(ddos) tool for pentesters

    The FoxNuke program is written in python and uses Firefox in order to complete the distributed denial of service attack feature. Multiple headers are used from the Firefox browser, along with a personal configuration option for the Opera browser. The FoxNuke Program is still underdevelopment as of 8/24/17, full release is set to come out sometime during 2017-2018. If you would like to participate in the TESTING of this program and would like to help report bugs, etc. then please email...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ProTest

    A minimalistic test framework written in C++.

    A minimalistic test framework written in C++ providing scenario based, stateful acceptance testing where application user interface is mocked using test stubs. Refer to Sample.cpp for usage guidance. The sample defines a simple application class, fake user interface implementing the same abstract interface as the application requires, a test context to hold test state and pass it on among steps, and a few test steps. It then adds all the test steps to a test scenario. Then the default() main...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Software Automation Framework Support

    Multiplatform data-driven test automation execution services

    SAFS is a software test automation framework supporting data-driven (aka keyword-driven) functional test automation and associated services. The framework can run stand-alone on Windows, Linux, and Mac as well as integrate the use of IBM Rational Functional Tester, IBM Rational Robot, Smart Bear/AutomatedQA Test Complete, Apple XCode UIAutomation, Android SDK Automaton, Thoughtworks Selenium, and several other tools. Among other features, it provides advanced support of language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HoneyComb Margo

    HoneyComb Margo

    POM Creator to be utilized in Selenium Automation Testing

    HoneyComb project has a big picture to bring QTP like features in Selenium development, POM creator is one of the milestone around the same, it can create POM+Factory class for given HTML code. Its still under testing; So in case for any HTML it didnt provide proper POM please feel free to report it as nilesh.shegokar@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Validation Manager
    Validation Manager is a tool to handle all the cumbersome paperwork of regulated environment validations. Including Validation Plans, protocols, executions and exceptions. Keeping everything in one place and best of all paperless. Source is hosted on Bitbucket: https://bitbucket.org/javydreamercsw/validation-manager
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quality Spy

    Quality Spy

    Community Edition (2015)

    Define test strategies, design test plans, execute plan-based and exploratory tests, create test protocols and manage found issues in a lightweight manner. It's for those that are looking for a lightweight, productive and structured testing process. Note: this is a community edition from 2015 (with source code) and is not maintained anymore. The latest version can be found at www.qualityspy.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    sentinela

    sentinela

    Visual regression test with Sentinela and webdriver

    What is sentinela? With the sentinela it´s possible can perform visual regression test quickly and efficiently. Sentinela make prints from window browser, manager baseline a makes comparisons of test results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Advance-PCT-1.0

    A novel Code transformation technique to guide test input generator

    Advance_PCT is a pre-processing technique, that simplifies the complex boolean expression present in a C program. It identifies the boolean expression and creates equivalent conditional branches with an empty body. These additional statements along with original program supplied into test executor to improve test data. It ensures that each atomic conditions have been invoked at least once true and once false. It is done to achieve higher MC/DC, because according to the definition of MC/DC it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BeepBeep
    Lightweight runtime monitor for AJAX web applications that checks in real time whether XML messages received and sent by the application satisfy a predefined interface specification. Complex message sequences and data values are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dude development environment for java

    dude development environment for java

    Compile and run Java programs without using command mode!

    Dude is a small simple development environment written in Java which allows you to compile and run Java programs without using the command window. It is platform independent and open source. Dude is easy to set up and uses the same directory structure for source and object files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    sentinelaAPI

    sentinelaAPI

    Visual regression test with Sentinela API + WebDriver

    Visual regression test with Sentinela API + WebDriver A simple API that combined with WebDriver can perform visual regression test quickly and efficiently. Sentinela API - Gen prints from window browser, manager baseline and makes a comparison of results Sentinela API it is written in Java. How API work? 1 - Import Sentinela API in your project. 2 - Mark some points where Sentinela API will perform the tests. 3 - Run your project as usual. 4 - Every time point is reached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Filler Studio

    Filler Studio

    Filler Studio for any kind of automation for Windows,Linux,Mac.

    Filler Studio for any kind of automation based on Java for Windows,Linux,Mac. Automation for Web Applications and Desktop Applications and OS itself also. Automation for IRCTC. Key Replacement Utility,Print Screen Utility are also included. Video tutorials are available on youtube. List Of Utilities in Filler Studio? Filler contain List of Utility use to Deduct Repetitive task in computer. Print Screen Utility IRCTC Filler Links Screen Record Fillers Key...
    Downloads: 0 This Week
    Last Update:
    See Project