How can we set dependency in pre requisite of Postman Automation?

Viewed 45

I have 2 Postman scripts:

  1. Issue offer
  2. Redeem offer

Redeem offer API is dependent to the Issue offer API. So, everytime to run redeem offer, we need to run first Issue offer.

To do this how can we add issue offer to the Pre-requisite of Redeem offer?

1 Answers
Related