0

Using postman we can test individual API's and check its response which I am aware of. However, now in order to test multiple scenarios for an API, are we supposed to create different API requests altogether or pass test data through JSON and run in multiple iterations?

If we run through multiple iterations, then how can we write 'Tests' for each API (POST/GET) request to check or compare against the test data passed?

0 Answers0