Moved to tSQLt.org (Database Unit Testing for Microsoft SQL Server)
...This is important as you do not have to switch between various tools to create your code and your unit tests. tSQLt also provides the following features to make it easier to create and manage unit tests:
* Tests are automatically run within transactions – this keeps tests independent and reduces any cleanup work you need
* Tests can be grouped together within a schema – allowing you to organize your tests and use common setup methods
* Output can be generated in plain text or XML – making it easier to integrate with a continuous integration tool
Sipp is a performance testing tool for the SIP protocol. Its main features are basic SIPStone scenarios, TCP/UDP transport, customizable (XML-based) scenarios, dynamic adjustment of call-rate and a comprehensive set of real-time statistics.
ILEUnit is a testing framework similar to JUnit. It supports all ILE enabled languages on IBM i. It supports different output formats like spooled files, userspaces, XML stream files and integration in continuous integration server.
hammer is a Http load testing tool for Unix/Linux platforms. hammer reads scripts of XML that describe the load tests. hammer is implemented in C++ using Xerces-C and Commoncpp2.