Skip to content

A library for testing stability of web apps

Notifications You must be signed in to change notification settings

Masabi/crash-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A library for testing stability of web apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • Shell 1.6%
  • Ruby 1.4%