Request Chaining
This feature is available only in the paid version.
- You can chain requests at the
request,folder, andcollectionlevels. - Run multiple pre-requests in sequence.
- Run pre-requests based on a
condition. - Reorder pre-requests using
drag & drop.
Condition Based on Variable Value
- The following conditions are supported:
=, !=, <=, <, >=, >, *=, ^=, $= *=performs acontainsoperation^=performs astartsWithoperation$=performs anendsWithoperation
Last updated on