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
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.
Test Manage System "Avalanche". QA (Quality Assurance) software. Allows to collect your test suits and testcases in database (MySQL) and organise convenient passing for reception results of testing.
TUTU is an automated testing system which finds inconsistencies between a system and its specifications, by using a combination of a number of techniques, such as Design by Contract, test data generation, mutation testing and invariant detection.
xmlCoverage measures the extend in which XSDs are exercised by a set of XMLs. i.e. how much of a product xml configuration or xml messages space are covered by current testcases.
JDistUnit is a test framework for distributed unit testing with Java (think "JUnit on multiple computers at once"), useful for load and stress testing. Features hot deployment of testcases to the remote test servers.
JUnit Generator can automatically generate junit testcases for a specific class or method of Java; Fully supports the characteristics of object-oriented like generic type, complex class type generation etc.
Blitz is a generic tool whose purpose is to maintain and execute testcases of arbitrary complexity. Blitz can be used either as a command-line tool or as a full-featured graphical user interface.
The aim of the project is to provide a testing tool that would reduce the cost associated with the regression testing process. The tool provides test case subset selection so that the user need not run the redundant testcases.
JMUnit is a Java ME (J2ME) unit test framework based on JUnit. It supports JUnit-like testcases and test suites. Tests can be run in a device, in an emulator or as Ant tasks. IMPORTANT NOTE: The JMUnit project will be merged with the J2MEUnit project.
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
JCheck is a testing tool for Java similar to QuickCheck for Haskell. The programmer provides a specification which then is tested using a large number of random testcases. JCheck integrates with JUnit making it easy to mix with usual unit tests.
Coberclipse is a eclipse plugin for Corbertura. It will instrument the classes during the build and show the code coverage after executing unit testcases.
Simple, light-weight Java class (100% pure Java) for generating lorem ipsum placeholder text. Lorem ipsum text can be used to create sample data for design evaluation, testcases or performance tests in (Java) applications.
Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated testcases.
Pest07 assists the structured creation of software test documentation. It can create testcases and group them into sequences. Then test sequences can be executed and documented. Finally the documentation can be exported to a well structured pdf file.
Test case framework primarily intended for application monitoring. It provide users with an API for writing testcases as Java classes. Testcases are configured in XML and published in a container for local or remote execution. Integrates with Nagios.
This project is both a graphical user interface to the HttpClient library and a framework for managing web-level testcases. A swing GUI for managing web tests, a test library, and a java web application are the primary components of this app.
The SE TestManager is a tool to manage manual tests (e.g. behavior of GUI applications) in the software development process. You can create testcases and structure them in a tree. The SE TestManager guides you through the test and generates a PDF report
Junit-ex is based on Junit and is enhanced with extra annotation libs (JDK1.5 new feature) that support multi-branch unit test in single Junit test file.It's extremely useful for developers and testers that maintain multi branches' testcases.
A simple test-harness framework which provides a nice GUI and simple control mechanisms. The test-cases must be written in Java, but the harness can be used to test just about anything.
Information system to manage execution of manual test scripts. Includes comprehensive issue tracking linked to scripts. Web-based UI, JBoss app server. Standard role-based user access. Testcases written in Excel and loaded up to application using a tool
JUnit extension making testcases data driven. Uses external test data (in Excel, XML etc) which is injected into your test case using standard JavaBeans properties. Data enables and integrates toolkits such as jWebUnit and DbUnit. 100% JUnit compatible.
JsisPath is an automated test case generator. It is a white box java test tool that generates testcases out of your source code. JsisPath generates minmum testcases that ensures that every statement in your code is executed at least once.
TestGen4J is an open-source, automaticJava test generator that creates standard JUnit testcases from Java class or source files. In addition to reducing manual testing, it provides a data driven test harness with an automatic failed test case utility.