Search Results for "java project with test cases" - Page 7

Showing 345 open source projects for "java project with test cases"

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    Light Warehouse

    Small program to take care for goods in stock.

    Main reason to open this project was desire to test some solutions like ability to remote upgrade or working with db. Anyway, software is working and is use as help to keep warehouse up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    FreeMapper

    Free position 2D maps for computer games.

    FreeMapper is a project to develop a framework and editor for non-tiled, free position 2D maps for computer games. At the moment there is some example code for tile-free map structures and a simple display test implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AutoTest
    AutoTest is a test management, test execution and test result report application written in Java. It can be customized to support a broad range of test execution frameworks. A user guide and download instructions are available at http://autote.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Agile Digital Archive Manager
    The Adam (Agile Digital Archive Management) Project is a high performance engine to manage documents. Our goal is to obtain an agile, high performance document and record management system engine. The engine contains a stress test suite. We are working hard to update our system in various directions: a web interface to use the system out of the box, a desktop application to manage adam configuration centralized file, a web services application to access adam from any kind of client. From...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    Mini-Mailinator

    A lite version of mailinator for developer use

    .... Likewise if your company wants to test emails then they may be better off speaking to Mailinator about commercial offerings. This project is designed for the small developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PL-DAS

    Port Logistics Data Analysis System using Process Mining

    This project is for analyzing operational data from container terminal, applying process mining and port logistics domain knowledge. This project is found by Total Soft Bank, Ltd. and Busan National University, based on ProM framework (http://www.promtools.org) which is also an open source project. This project is sponsored by NIPA (National IT Industry Promotion Agency), Korea.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sentence Composer

    Sentence Composer

    Compose the writings semi-automatically

    ... algorithm" The prefix was "transductive learning" Learning algorithm. Transduction, or transductive inference, tries to predict new outputs on specific and fixed (test) cases from observed, specific (training) cases. The simplest realization for transductive inference is the method of k-nearest neighbors. Learning to learn learns its own inductive bias based on previous experience. ...AND SO ON.... Enjoy the program !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    T-Plan Robot - GUI Test Automation

    T-Plan Robot - GUI Test Automation

    Image based Test Automation tool (Java) - Test ANYthing, ANYwhere

    This is the open source project of the now greatly enhanced Enterprise solution which has professional support, is faster, smarter and has lots more functionality. T-Plan Robot (formerly VNCRobot), is the most flexible and universal black box automated testing tools on the market. This project is the former open source version, and is now superseded by T-Plan Robot Enterprise. Robot is platform independent (Java), and thus performs well in situations where other tools may fail. Robot runs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DBIO

    OLTP Database I/O Simulation Tool

    DBIO is a tool to simulate Online Transaction Processing Database, which can be used to model production envirment for I/O test. A standard configuration file contained in the software simulates TPCC-Like I/O workload, which is modeled from DB2 Database running TPCC-Like workload. DBIO can also do data consistency check after the I/O workload test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    GWT Agent Support Chat

    A secure implementation of GWT Client / Support Agent chat

    An implementation of an enterprise grade support agent chat system where users can login and chat with a support agent. This project aims to provide a clean and secure generic implementation to attempt to satisfy all use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    fastest

    Automate your software testing, the fastest way!

    Fastest stands for 'Fast Automated Software test'. * This is a compilation of various open source tools complemented with a set of useful programs that help a Software Test Engineer perform the test automation with ease. * It can be envisioned as a toolkit that every test engineer would need! * Currently implemented in Java * Test Automation is not just about writing test cases in a particular programming language. There are a lot more activities that need to be accomplished in order...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    zephyr

    Experiment automation

    Zephyr is a script-driven experiment automation program that works various measurement instruments and actuators. It supports instruments from Agilent, Eco Physics, ICS Electronics, Keithley, Omega, Teledyne and other manufacturers. The script language is XML-based. Syntax highlighting is available. The source code is included in the distribution. Contact the project admin to get SVN access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenGame

    OpenGame

    Piccoli giochi crescono ^^

    Una raccolta di test, esperimenti e piccoli giochi 2D/3D realizzati da noi in vari linguaggi e per varie piattaforme HW/SW :) Il tutto condito con tanti file spazzatura
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Randoop Netbeans Plugin
    Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. 1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TestNGEE

    Run TestNG tests inside servlet container. Great for integration tests

    It's common for integration tests to use the entire JEE stack resources. By running your tests inside the target JEE container (instead of emulating the container resources), you will test the real thing. During our projects, we already detected problems during regression tests caused by a fix that was applied to our Websphere Application Server (in one version the classloader worked in one way, them it changed!). For using it, create a web project and copy the contents from our sample...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    iTLogger

    iTLogger

    Log and evaluate data from your smartphone and OBD

    iTLogger is the result of a software project at TU Ilmenau in 2012. Its aim was to create an app and corresponding desktop programm, so that people could track their journey on forest roads and later evaluate the data on their desktop. With the logged data you can evaluate the quality of forest roads. Available on Google Play: https://play.google.com/store/apps/details?id=de.tui.itlogger
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TraCaR

    Trade Capture and Reporting

    A simple Trade Capture and Reporting application. This project is intended to demonstrate how Oddjob can be used to install, control, and test an application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Eclipse Plug-In that determines the Minimal Access Modifier of Java types and methods project and computes the software metrics Inappropriate Generosity with Accessibility of Types (IGAT) and Inappropriate Generosity with Accessibility of Methods (IGAM). The Minimal Access Modifier of a Java type or type member is the most restrictive access modifier that is able to allow all actual usages of the particular type or member from inside a given code base (normally the entire source code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Projection

    Projection

    Global Portfolio Project Management application

    Projection is an open source portfolio project management application. It includes modules for financial management, timetracking, bug tracker, test cas management, wiki, risk management, release management. Through an api, you can develop your own module to personalize the solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MobGen Logger (M0bG3n)

    MobGen Logger (M0bG3n)

    Focus in business logic and leave the logging to MobG3n Logger.

    The purpose of this project is to make Java code logging simply non-forgettable. This is in response to most of the developers tends to forget logging the entry and/or exit of a method execution. This vital information is very important especially when the project is already in the maintenance phase. Because in this phase, some production use cases are never tested during the validation phase. These logging information can help isolate this problems. With MObG3n Logger, it frees...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    maven-erlang-plugin
    A Maven plugin for Erlang/OTP applications. This project is a rewrite of maven-erlang, by Paul Guyot and Olivier Sambourg with improved support for compilation, testing and release packaging as well as EDoc reporting and test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    In peer-to-peer environments, peers are often located behind routers which complicates the connection set-up to them. NatTrav provides a common platform for traversal techniques which are used to establish connectivity in these cases. As NatTrav development was stopped quite a while ago, please consider looking at more production-ready libraries like STUN (https://sourceforge.net/projects/stun/). For educational purposes, I still strongly recommend to have a look at both library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PCEHR JConnector

    Sample application showcasing connectivity to PCEHR system via B2B

    ... System. The sample code brings to life the technical specifications published by Nehta, by demonstrating how a Clinical Information System (CIS) would interact with the PCEHR System. The sample code will be updated to incorporate future technical specification publications by Nehta. The PCEHR JConnector project is a Java based implementation, released under the permissive Apache 2.0 open source license. A .NET sample client is also under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Potager

    This project is a graphic tools to test 3D autogenerating concepts.

    This project is a graphic tools to test 3D Cellular Automata and other 3D autogenerating concept.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IOJU

    IOJU

    generate i18n properties file, edit, get i18n object in classes

    It was merged into JCrazySuite project. http://sourceforge.net/p/jcrazysuite/ 1) Data & test class are completly separated. It makes no hardcode data in your test class. 2) Perfect mapping for data & java object(eg: POJO, POCO, Model). eg: int, boolean[], List<Double>, BigDecimal[][], YourPojo, YourPojo[], List<YourPojo>... 3) i18n object data for developer, there is no similar software component in the world up to now. 4) Ant .properties style, eg: key.my.dir=${user.dir...
    Downloads: 0 This Week
    Last Update:
    See Project
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.