Create a Scenario

The scenario defines the set of steps that agents will run when executing a load test as well as the timing in between those steps.

For example a scenario for an HTTP based REST API might involve:

  1. Send GET / to http://mywebsite.com/api
  2. Wait 100ms for a reply, check the status code to ensure a 200 OK.

There are a numerous ways to define a scenario:

Scenario Parameters

Scenario parameters allow you to parameterize your scenario and share it across multiple test configurations. See our scenario parameters guide for more details.