+1 vote
in POSTMAN by
What do you understand by the term Postman Collection runners?

1 Answer

0 votes
by

A postman collection runner is used to perform Data-driven testing. The group of API requests are run in a collection for the multiple iterations with different sets of data.

...