In postman runner, I can run all apis in a collection for multiple iterations. Is there a way that I can pick one api and run it multiple iterations?
Asked
Active
Viewed 1,718 times
2 Answers
2
Two ways: 1. you can create another collection and add your iterative test in that collection.
- you can create a folder under your collection and add your test in the folder to iterative testing.[see attached screenshots]

mysanj
- 117
- 1
- 12
-
Not really what I want but thanks for the idea. I have dozens of tests in the collection, sometimes want to run just one, and sometimes want to run several of them depends on situation. It will be ideal if postman has option to select want tests to run. – Henry Dec 08 '16 at 20:19
0
In the later versions of postman (I'm running Version 7.14.0
), there is an option to control the order of execution of the tests and you can also uncheck the ones you don't want to run.

codeblooded
- 320
- 1
- 9