Page MenuHomePhabricator

Chaining
Closed, ResolvedPublic

Description

As a test author, I want a way to use parts of a response in a subsequent request, or when validating responses.

  • for feeding responses into requests: variable extraction (grab) and variable reference or injection
  • for validation: string interpolation or regular expressions

Priority: Must Have

Acceptance Criteria:

  • Feed the response from one test into another test
  • Feed the response from a test into a validator

Related Objects