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

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

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1
    Sericulus

    Sericulus

    Sericulus helps you manage your computing estate.

    ... are some use cases: Across some or all of your estate you might need to... * See the config file on a misbehaving application. * Check that forwards and backwards DNS resolution is as expected. * Find Free (no one logged in) machines to test something on. * See how machines are being left on at night, after hours. * See how many people leave themselves logged in. * See how many people are logging on with local accounts. * Audit BIOS Serials, IP or MAC addresses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    UnitTH - Unit Test History Matrix

    Jenkins plugin / tool for generating test history reports

    UnitTH is a tool/Jenkins plugin for generating a test history overview for the purpose of identifying problematic and unstable test cases. The Jenkins plugin version generates a spread/matrix from the test cases that have failed in the Jenkins job history to give an overview of sporadic failures. Using the stand alone tool a set of HTML test history pages will be generated from JUnit test results. The test history displays various different sortable test statistics, trends, graphs...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    AndroidSidebar

    AndroidSidebar

    Provides a sidebar, which can be shown in front of a main content.

    .... An Android test project, which provides JUnit tests for this library, is available via the URL https://sourceforge.net/p/androidsidebartest. An Android app, which implements an use case, using this library, can be found via the internet address https://sourceforge.net/p/androidsidebarexample.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    TDD MAS Toolkit

    A set of powerful tools to perform TDD on MAS based on JADE

    The TDD MAS Toolkit provides a set of tools to perform Test Driven Development of MAS based on Jade. The toolkit allows developers to set up simulation based and test case scenario based testing, providing powerful insights of the MAS under construction and assuring that the interation protocols and agent interaction in general are been enacted as expected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    XDO Client

    A standalone Java program to run Oracle XML/BI Publisher templates.

    Mar 2025 - Project moved to Github: https://github.com/symbolthree/xdoclient XDO Client is designed to help developers to create, test, and demo Oracle XML/BI Publisher reports without logging to the EBS suite or BI Publisher server. This program is capable to: (1) Taking Data Template file to generate XML data (2) Taking XML data file to generate reports (3) Running (1) and (2) sequentially This program can connect to Oracle database using direct JDBC connection or EBS datasource...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Parameterized Unit Test Framework

    PUT extension for JUnit 4

    Parameterized Unit Test Framework is an open-sourced PUT library for JUnit 4. This project is developed in my spare time and currently updated actively. Core features: 1. Separation of test data from test code 2. Annotation support 3. Automated test parameter injection 4. Dedicated test runner
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AndroidSeekBarPreference

    AndroidSeekBarPreference

    Provides a preference, which allows to select a value from a SeekBar.

    "AndroidSeekBarPreference" is an Android-library, which provides a Preference implementation, which allows to choose a floating point value or an integer value from a continuous range via a SeekBar. When interacting with the preference the SeekBar is shown within a dialog. The chosen value will only be persisted, if confirmed by the user. An Android test project, which provides JUnit tests for this library, is available via the URL https://sourceforge.net/p/androidseekbarpreferencetest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LGML

    LGPL GML parser

    ... catalogue projects. The library is compiled using Java 1.5 or 1.6. For now, supported inputs are: LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon, MultiSurface (in an experimental way: the only child object handled is Polygon). At the following URL: http://95.110.227.201:8080/lgml is exposed a minimal web interface in order to test it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OWASP JSEC CVE DETAILS
    OWASP JSEC CVE Details is is an opensource application developed in Java that is used to know about details of CVE , current CVE releases and also search exploits and proof of concept. https://www.owasp.org/index.php/OWASP_JSEC_CVE_Details [Features] [+] Fetch Recent CVEs [New Features included in v2.0] [+] Search for vulnerabilities of different platform/application/categories [+] Search CVEs [+] Search POC & Exploits Project/Source Code : http://dibsy.github.io...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    testgeneration

    Generation of test suites from test specifications

    Test suites developed for complex software systems contain thousands of test cases. Keeping track on the test coverage and changing the test suite as the system requirements evolve can consume significant efforts. Testers have to implement or generate test scripts containing thousands of isolated executable test cases. Each single test case should be so simple enough so that test results can be easily evaluated. Often it makes code duplication in the test code unavoidable. If every test script...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JUnit Execution & Report Generation Tool

    Runs JUnit Test cases and generate HTML report, keeps past run history

    This tool pulls all JUnit testcases from the class path and run them all. After completion of test case execution it populates the result in database tables. A report tool fetch the result data from database and produce an HTML report. Highlights of this tool - No coding effort is required from developer to integrate existing JUnit test cases. They just need to put their test case folder to the class path - Since it keep the test result data in a database, it can keep history of any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Test result reporter

    Java lib for writing test results to TCM

    Java library for reporting results of automated test cases back to various Test case management tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project is an extended implementation of Knuth's "Dancing Links" algorithm and some use cases (e.g. Sudoku).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mushrooms

    Mushrooms

    See you and your friends on a map

    (Former project name was Geo5.) It was never easier to share your position with friends. Just open http://jfellow.net/geo5/ and see you and your friends on a map. (http://jfellow.net/geo5/ is a test server. You can download and install your own server. It's open source.) - Build groups, all group members see each other automatically. - No registration, no installation, no spyware. - Advanced: Tracks, routing (planned). It's about privacy. Reclaim the internet from authorities...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Debian Unstable/testing alpha.

    Pre-Alpha Console distro for high performance Linux computing.

    ... optimized perl support * Java compliance * IPv6 full stack with IPsets * Multipath storage * Overclocking tools * Student/Developer scripts. (git pull, builders) * i915 latest support drivers and gallium. * Kernel patching, testing featurettes * Wi-Fi and bluetooth ipv4 support * Latest GCC versions * Qt, Java, Maven, Desktop improvements Notes ==== Basic Console Pre-alpha build Test and rate for improvemen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JOGL Rubik's Cube

    JOGL Rubik's Cube

    This project aim to implement the Erno's RubikCube in Java

    The goal is to provide a Rubik Cube game in Java. The library used is JOGL : a Java Binding for OpenGL. During his developement stage, this project will be tested under Ubuntu and Windows (at least Windows XP) OS, and on different graphics card (for now : ATI RADEON HD4330 -> quite new, and Integrated VIA Unichrome S3G K8M800 -> old) Please notice that no download is given for Mac computers, because I had not the possibility to test the result, but you have the possibility to build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Squash TM

    Squash TM

    Squash TM is an open source tool for test repositories management.

    Squash TM is the test repository manager found in the open source Squash toolkit. It enables the management of requirements, test cases and campaigns execution in a multiproject context. Based on an ergonomic and intuitive interface, Squash is also "full web" making it an easy tool to deploy. Squash TM is the result of a new development in Java (OSGi, Spring 3, Spring MVC, Hibernate, JasperReport, Jquery). For bugs management, Squash TM interfaces natively with Mantis. Thanks to its...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    TestMP

    TestMP

    Test Management Platform for Automation

    TestMP is a test platform facilitating the management of automation test cases, data, environments in an automated way. It has the following features: 1. Instant Update of Test Case Doc & Status Document test cases just in code, and no longer bother to maintain them in another place. The web console will instantly update test document and measures upon test run. 2. Auto-generation of Metrics Report to Signoff Test robustness, effectiveness, and efficiency are evaluated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Graphic Selenium Testing Tool

    Graphic Selenium Testing Tool

    A graphical, cross-browser, easy and Selenium-based testing tool

    Graphic Selenium Testing Tool (GSTT) is a software application to define, manage and execute web testing projects easily, visually and through the most popular web testing tool: Selenium. Each web testing project consists in many test cases. Each one represents a set of actions over a web page. For example, to search a product in a web online store or to fill and send a register form in a website. With GSTT users can define these actions on the web browser directly. This activity can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    CATS Generation Quickfixes

    Automatically generates Unit Tests and provides feedback in eclipse.

    ...-quickfixes/tests. Using the eclipse preferences, you can enable uncovered lines and deleted lines. Uncovered lines shows lines that EvoSuite couldn't test so they might not be reachable under any circumstance. Possibly deleted lines are lines that the Java compiler may be removing as they are not needed. Notice: This plugin attaches 2 JAR files to projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    .... It also relies on the sender and receiver having a shared (identical) vocabulary file. The project contains code to test input sentences for inclusion of words in the current vocabulary, and can create entries for new words as needed. The vocabulary has a "MD-5 hash" value to make sure that the share vocabulary file is identical for both sender and receiver. The software also contains a "bad-words" list of words that should never be generated in the text to be sent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Data Factory

    Generates Random Test Data

    Java API to generate random data--useful when developing applications that require a lot of sample data. This project uses various data sources, which can be found in the README files in the src folder of the source code. I have placed an overview of the basic features here: http://thoughts.baseprogramming.com/?p=60
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wavsep

    wavsep

    Web Application Vulnerability Scanner Evaluation Project

    A vulnerable web application designed to help assessing the features, quality and accuracy of web application vulnerability scanners. This evaluation platform contains a collection of unique vulnerable web pages that can be used to test the various properties of web application scanners. Visit WAVSEP homepage to learn more: https://code.google.com/p/wavsep/ The project includes the following test cases: Path Traversal/LFI: 816 test cases (GET & POST) Remote File Inclusion (XSS via...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    LXTrader

    C# algorithmic trading platform

    This project is no longer supported. It is redesigned and upgraded to AlgoSpace, a C++ based extreme fast algorithmic trading platform with lots of cool features. LXTrader (formerly AlgoTrader) is a free algorithmic trading platform programmed in C#. It aim to help traders design/test/optimize your automatic trading strategies with ultra speed. It is developed by Ranye Lu and Yu Xia.
    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.