|
|
|
|
|
by Mashimo
238 days ago
|
|
We use it a bit at our company. We have a collection file that includes a ton of requests with headers and body. Developers can with ease load that collection file and run it against their own server, and also quickly change to a different server with just a click. I guess a substitution would be a git repo with curl scripts and environment variables? We also have some non-tech people who use postman to run tests. |
|