Runscope

Runscope is an API monitoring tool in the same product family as Blazemeter.

Concepts

  • API tests comprise one or more HTTP request steps.
  • Request steps execute sequentially:
    • An HTTP request to an endpoint is made first.
    • Assertions can be carried out against the response status, headers, and body to verify the request was successful.
    • Variable assignments allow extracting data from responses for reuse in later requests.
    • Scripts allow expressing more complex assertions as Javascript.