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
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.
Backpedal is a JDBC driver that can be messaged to roll back all SQL statements issued through it. It is intended to be used in testing scenarios, to allow you return the database to the state it was in before your test case started.
Sanctum allows you to run virtual servers on your computer so you can test the security of software by actually breaking into it. Developers just create a virtual server image and let hackers download it and try their hardest to find exploits.
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.
Software load balancer. Accepts connections and distributes them to an array of back end servers. Unique/advanced features include integrated testing of back end servers and optional termination of client connections to misfunctioning servers.
The Firewall Tester is a tool designed for testing firewalls' filtering policies. It includes an Intrusion Detection System testing feature, along with a packet generator tool and a sniffer. Unlike common firewall testing tools or packet generators, fte
SysUnit is a JUnit framework for distributed testing, system testing and integration testing. SysUnit is ideal for testing highly distributed software such as clusters of web applications, web services or MOM based software
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
CUT is a simple, to-the-point unittesting system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.
Caliburn is a python module that can be used to hold extended http-conversations with a web-application. It can be used for testing as in HttpUnit for Java, it is primarily designed for scraping information from web-applications.
ServletTesting provides a framework for unittesting servlets. The framework differs from existing solutions like HttpUnit in that it doesn't need actual HTTP connections but relies on implementing stand-alone versions of the javax.servlet API.
This is a HTTP traffic generator for load testing web applications. It is very simple and fast and can simulate client activity on multiple servers at the same time. Supports almost all http methods such as GET, POST, HEAD
An unittesting framework (http://www.xprogramming.com/software.htm) to allow unittesting of Products in a real Zope environment, with all the bells and whistles.
RvTest is an extension to JUnit that allows for the testing of systems based on TIBCO/Rendezvous. RvTest assists in performing integration, system and performance testing.
The XMLTester is an open-source platform for system-level testing of message based XML applications, including "Web Services" applications. XMLTester is implemented primarily in Java.
Please see www.xmltester.org for details.
yakTest is a very lightweight (only a few classes) testing framework in the spirit of JUnit, CppUnit, and others. It emphasizes small-grained test classes and text output in file:line:message format suitable for emacs. A sample test case is included.
Phono is a software tool for developing and testing models of regular historical sound change. For this purpose, a model consists essentially of an ordered set of sound-change rules. Phono reads the makeup of the rules and their order from a data file.
An object oriented framework that facilitates functional testing of software written in Java. Harness is based on the concept of test cases and uses XML as input/output format.
MockMaker is a program for automatically creating source code for mock object. MockObjects can be used in automated Unittesting. See also www.Junit.org and www.mockobjects.com