JPerf

By Author: andygrove
JPerf is a simple framework for writing and running automated performance and scalability tests. It's like JUnit but for performance. Simple write a class that implements PerfTest then create a PerfTestRunner instance to run the test.

*** JPerf has moved! Please go to https://github.com/andygrove/jperf for the current version ***

Feature

  • Measure throughput and latency as number of threads grow
  • Can be used to measure performance of any Java code
  • Perfect for measuring the impact of performance optimizations
  • Shows average duration and throughput (invocations per second)

SASUnit

SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands....

Similar: 13%

SimplyVBUnit

SimplyVBUnit 4.1 is a VB6 unit testing framework written in Visual Basic 6. It closely follows the GUI setup of NUnit. Creating Tests is a snap, as you don't need to implement anything, just add your tests to a new class and GO! Easily get started with the wiki....

Similar: 13%

chex4j

Chex4j allows you to document and enforce @pre and @post conditions of method calls with runtime or build time class file instrumentation. Conditions run as fast as normal code....

Similar: 10%

TriggerUnit

TriggerUnit ist an extensionto DBUnit and JUnit4 to create unit tests for database triggers. Database triggers are often a critical part of todays bussiness applications, but they are usually not integrated into the software engineering process. TriggerUnit tries to change that by providing an simpl.........

Similar: 10%

pFUnit

pFUnit is a Fortran testing framework created by developers from NASA and NGC TASC. pFUnit offers a convenient, lightweight mechanism for Fortran developers to create and run software tests that specify the desired behavior for a given piece of code....

Similar: 10%

Java EE Two-Phase Commit Testkit

A portable testing tool to validate the configuration of XA and two-phase commit for Java EE 6 Containers. The tool permits the stress-testing, performance characterization and correct transaction semantics of distributed transactions across Three XA resource managers by Exception Injection. The thi.........

Similar: 9%

SeaToad

SeaToad is a library to aid in concurrency and load testing of .NET code. Intended for use by developers or automation testers. For example, it makes a good second hand if you're trying to reproduce a concurrency issue. You can very quickly generate load representing one or more portions of the sus.........

Similar: 8%

Mi-perf

iperf is a tool that can create TCP&UDP data streams and measure the throughput of a network that is carrying them. basically to do this iperf testing, we need 2 machines to act as server and client. we run a command -s in server side and then launch a client connection to a server by typing a comma.........

Similar: 8%

PopperFramework

PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. PopperFramework will.........

Similar: 7%

Wave Framework

Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a co.........

Similar: 4%