All Projects → tomakehurst → Crash Lab

tomakehurst / Crash Lab

A library for testing stability of web apps

Programming Languages

java
68154 projects - #9 most used programming language

Crash Lab

Crash Lab is a Java library supporting automated testing of non/cross-functional system characteristics, particularly resilience, stability and correctness under unstable environmental conditions. It combines very simple HTTP load generation, parsing and assertions against metrics from Coda Hale's Metrics library and a Saboteur client for injecting network faults.

See ExampleScenarios for some sample test cases.

Crash Lab is available in Maven Central at the following coordinates:

<dependency>
    <groupId>com.github.tomakehurst</groupId>
    <artifactId>crash-lab</artifactId>
    <version>0.1</version>
</dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].