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.
Start Free
$300 Free Credits for Your Google Cloud Projects
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.
This project creates a WatiN Page class (or classes) mirroring a .Net aspx page (or pages). It encapsulates finding html elements on a page and gives you a typed pages API to easily create your website integration tests.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
A suite of tools that allow paralell running of unit tests under junit 4.x series. Abandoned project, because these features have been added to junit as of 4.6
A toolbox for testing SQL. Currently, SQL Spelunk includes code coverage analysis and calling stored procedures in a rolled-back transaction from SQL and JUnit.
Wiggly is an extensible C# library providing tools that ease configuration woes across your application and build processes.
For example, it can provide a unified view of all the properties you might care about for a set of related applications. Wiggly can also be integrated directly into your applications.
Visit the Wiki page for more detail.
Http performance testing tool, designed to be flexible and run on multiple platforms.
Providing GET/POST requests, automatic cookies and scriptable input.
A bundle of tools for fault injection and -experiments with scope on the emulation of programming faults. Software faults are introduced in the sources of Java applications and can be toggled during runtime.
Test Connect provides monitoring and trend tracking of memory, CPU, etc. on kernel level code on multiple platforms. Used with every build Test Connect can provide insight into how code is behaving, or misbehaving, with system resources or memory.
JMeter+ is a set of custom test elements for JMeter, the testing tool developed as a subproject of the Apache Jakarta project. JMeter+ contains additional control elements such as enhanced loops, XML data files and try-catch-finally constructs.
Log4JUnit aims to help the testing (using JUnit assertions and test cases) of legacy code that gives a train on the log files it creates, and is, appart from that not very testable (due to missing sources, not testable design, etc).
Full Glassbox Testing Suite will improve the power of JUnit by allowing users to check if their features are following their required flow. The idea is similar to jMock but relying on real objects instead.
Obtain the unobtainable: test code covering multiple platforms
Unobtainium wraps Selenium and Appium in a simple driver abstraction so that test code can more easily cover:
- Desktop browsers
- Mobile browsers
- Mobile apps
The gem also wraps PhantomJS for headless testing.
Some additional useful functionality for the maintenance of test suites is also added.
FlashTestXpress is a tool to help on performing repeated tests of applications using Oracle as a database backend. Thus it can be used in regression testing scenarios.
grenadilla is a lab resource reservation system. It handles booking machines in a lab or server room. grenadilla is written in python, and leverages django.
WebappServiceFixture is a fixture library for SOA or distributed Web applications testing. It generates REST or xml requests, invoking web application calls, such as SOAP/REST/Simple Xml, and verify response.
Performance and load testing framework. We aim to create a testing tool for web applications that can simulate large numbers of concurrent users without mucking around with threads, and thus allow us to perform rate-based testing.
Assumed you have a project and want to write Tests. The classical way is to write tests by hand. With JUnitRecorder you can just record them. As first step you instrument the project in a way that parameter and return values of methods are recorded. With
Measure how directly your classes are tested by JUnit. Unlike traditional code coverage tools, PEA considers and measures whether the code covered ran as a direct call from a test, or indirectly via chained calls.