Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.21 KB

index.md

File metadata and controls

22 lines (17 loc) · 1.21 KB

Tutorial

This tutorial will walk you through writing a HTTPLoadTest from scratch.

HTTPLoadTest-Baseline is simple starting point for building LoadTests to be used for continuous deploy/continuous production QA pipelines. Baseline projects are meant to be a git clone starting point for for software which are expected to grow and flourish in different ways which are not easy to parameterize in early stages. It should be usable for quite a few settings, but is expected to grow in different directions. We would love to receive pull-request for enhancements both on current codebase and extensibility features.

  1. Planning a loadtest
  2. Specifying HTTP requests
  3. Chaining HTTP request flows
  4. Read vs Write flows
  5. Specifying the Load
  6. Running and establishing LoadTest benchmarks
  7. Running LoadTests from CI servers
  8. Embedding loadtests
  9. Advanced Topics

The flow of LoadTest investments