Showing 126 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
    Uiautomator-bot

    Uiautomator-bot

    Automated Uiautomator tool.

    Uiautomator-bot is a automation tool for UIautomator. Simple intutive way to develop and execute test cases on multiple devices simultaneously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3

    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
  • 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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5

    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
  • 6

    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
  • 7

    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
  • 8

    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
  • 9
    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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    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
  • 11
    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
  • 12

    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
  • 13

    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
  • 14
    Clicktrace

    Clicktrace

    An intelligent screen capture application

    It's main idea is to automatically take screenshots whenever something changes on the screen. Focus on the task not being bothered by screenshots recording in the background. Record test cases, documentation, or whatever you want. Cross-platform. Requires Java 6 or higher. Integrated with JIRA. Published under GPL open-source license. Created by Marcin Nikliborc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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
  • 16

    TestMax

    Frontend & Backend Automation Tool

    TestMax is integrated Software Testing framework which can be used to test distributed system by developing rapid test cases using XML configuration in front and backend that talks to each other within the test framework. This tool can be used for Database, webservice, API, Junit, TestNg and Frontend including performance test. The main advantage of this TestMax architecture is separating test data configuration from test case run time environment. It reduces the maintenance of test cases...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TestingWhiz Community Edition

    TestingWhiz Community Edition

    TestingWhiz is an automated testing tool for web and cloud application

    TestingWhiz Community Edition is suitable for individual testers or small and closely-knit teams working on test automation Codeless Testing TestingWhiz has a codeless architecture that lets you build test cases effortlessly without involving programing or coding skills. This makes the learning curve shorter and ensures your team gets started with automated testing without the need to incur huge training costs. 190+ In-built Operations TestingWhiz offers 190+ readily available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Madcow 2.0

    Madcow 2.0

    Madcow 2.0 - Advanced Test Automation

    Madcow Version 2.0 is the premier test automation tool designed to make your life easier. Developers love it. Testers can actually use it. Madcow is a domain specific language which helps to make it easier to test web browser based applications. You don't need to be a programmer to use it! Testers can write and organise their test cases the way the want to. It runs in the JVM as it is built using Groovy, and utilises the respected Webdriver framework. Check it out today! Please note...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JFT is a java framework for different test data generation using basic test design principles like: Equivalence Partitioning and Boundary Value Analysis. JFT-tcgen is a java console application for generation of the unique test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GrinderScript.Net

    Enables you to run load test written in a .Net language with Grinder.

    Bringing the awesomeness of The Grinder to the .Net community. Bringing the awesomeness of the .Net programming languages to the Grinder community. GrinderScript.Net is an open source project, that enables you to run load test written in a .Net language in The Grinder. It is not a port of The Grinder to the .Net platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TestNG Data Binding

    TestNG Data Binding

    Provides data binding from various data sources to TestNG test methods

    This project provides data binding from various data sources to TestNG test method parameters. Currently implemented is the binding from CSV, Properties, Text and XML files. Supported are test input parameters as well as test output parameters. Binding is provided for all primitive Java data types including Strings, lists of those, Java Beans, lists of Java Beans and enums. As the framework is plugin based support for new data sources can easily be added by implementing a new plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Incremental Scenario Testing Tool
    IST helps test teams managing complexity by adaptively selecting and prioritizing the test cases according to past test results. ISTT guides the testers through a test session with high-level test scenarios generated on the fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25

    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
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.