Hi all,
My question is:
Is it possible to generate requests dynamically?
Here is the example:
the API documentation is:
- get /api/books
- parameter: bookID: Int
I want to dynamically generate bookID from 1 to 100.
And generate 100 times request to test them.
Is there a way to approach this?
What I have search: dynamic, dynamically.
Related question but no answer: How to dynamically build a request in Postman?