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.
Start Free Trial
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.
A web site testing tool. This is a white box testing tool which uses jakarta HttpClient to hit a series of URLS and performs one of many different tests on the returned content.
Xnee can record, distribute and replay X (X11) protocol data.
This is useful for automated tests of applications or benchmarking of applications.
...think of it as a robot.
Note: This project is no longer maintained by me (Glen) or anyone else. I don't need it anymore. Distributed testing framework. Centralized control via Java, ANT, STAF, Postgres, etc. Distributed tests on windows, linux, other clients using STAF.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Repo is a JUnit extension that provides access to a test data repository. It
separates test data from code, thus, improving maintainability of test
code, allowing to run tests in multiple contexts, facilitating accessibility
by multiple developers.
Lowering the step toward JUnit by offering a convenient way to create, organize and maintain JUnit tests. Incremental behaviour keeps modified code when regenerating. Assists with refactorings (no tests get lost when renaming, moving, etc.).
The Jenerator V. 0.9.0 is a code generator,which takes meta information from different mediums, applies XSL templates and generates code. It supports regeneration. Generates source for EJB's (CMP and BMP), Unit Tests for EJB, JDO, GOF and J2EE pattern.
PUnit is an easy utility to perform regression tests on any software unit.No changes to the code is needed as the regression tests are performed on executables outputs. The tests to be performed are described in an XML file.
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.
Orome is a tool for automating System or Acceptance tests (also Unit test though this is not the focus) for web-based systems. Orome takes a set of static HTML pages defining a walkthrough of (part of) the systems and tests it against the running system.
The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programming language.
A performance benchmarking package for Java XML parsers. This tool tests parsers supporting the SAX1, SAX2, JAXP, and XML Pull Parser interfaces. It produces output in XML and HTML.
Compares two values of any type and structure and returns true if they are the same.
It does a deep comparison of the structures, so a hash of a hash of a whatever will be
compared correctly. This is especially useful for writing unit tests!
Mockry is a tool to create mockobjects.
MockObjects are used to help developpers to automate their unit tests.
This project has been initiated by the Montreal's XP users group.
Mock-Object Testing for Java Servlets. Works out-of-the-box to test servlets without depending on container specifics. Complete with tests and sample code.
JUnitEJB is an extension to JUnit which runs test on a remote EJB server. Tests can be executes via a simple session bean. This allows the testing of a EJBLocalObject.
Discontinued! See www.sourceforge.net/projects/curl-cdu for the updated version! CurlUnit was a framework for writing and running automated tests in Curl. It was a derivative work of JUnit, www.sourceforge.net/projects/junit/.
A unit testing framework for Python based on JUnit and XUnit, the de-facto standard frameworks for Java and SmallTalk respectively. Provides a standard, proven, simple and elegant way to write unit tests for Python software. GUI also provided.
Creates JUnit test cases for JAVA classes which require testing to be performed. Will save the testers time and will give several hints into testing. Automatically generates all test methods, and constructor tests which can be tested.
Converting Fit tests automatically to JUnit tests while running. Simply add to your test suite: suite.addTest(FitlessTestStarterSuite.suiteFit("fit/html/input", "fit/output")); You do not need Fitnesse, because your fit tests run in JUnit directly.
Sutri is a system for tests management. It does not deal directly with testing tools but enables you to manage tests, results and reports in a coherent way, without concerning about what tool is used to execute such tests.
JUnitMetrics is a tool that enables to measure basic JUnit and Cactus tests metrics (like number of tests, assertions, number of executed assertions). It is great, complementary solution to code coverage tools and mutation testers.